Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ReduceLROnPlateau lr_scheduler & Reformat to pass Flake8 #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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