pytorch-template icon indicating copy to clipboard operation
pytorch-template copied to clipboard

Add support for ReduceLROnPlateau lr_scheduler & Reformat to pass Flake8

Open MohamedA95 opened this issue 3 years ago • 0 comments

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" }

MohamedA95 avatar May 07 '21 23:05 MohamedA95