Skip to content

Conversation

MohamedA95
Copy link

Add support for ReduceLROnPlateau lr_scheduler & reformat file to pass Flake8 check

Example config:
"lr_scheduler": {
"type": "ReduceLROnPlateau",
"args": {
"mode": "max",
"factor": 0.1,
"verbose": true
},
"metric": "accuracy"
}

Example config:
    "lr_scheduler": {
        "type": "ReduceLROnPlateau",
        "args": {
            "mode": "min",
            "factor": 0.1,
            "verbose": true
        },
        "metric": "accuracy"
    }
@MohamedA95 MohamedA95 changed the title Add support for ReduceLROnPlateau lr_scheduler Add support for ReduceLROnPlateau lr_scheduler & Reformat to pass Flake8 May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant