fuse-med-ml icon indicating copy to clipboard operation
fuse-med-ml copied to clipboard

lr scheduling

Open egozi opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Add more learning rate scheduling options

Describe the solution you'd like Include a flag/operation to choose other lr scheduling than reduce-on-plateau. In particular, cosine-annealing scheduling is very popular and should be part of the package.

Describe alternatives you've considered NA

Additional context NA

egozi avatar Jul 24 '22 12:07 egozi

@egozi, you should be able to directly use any implemented PyTorch lr sch in here https://pytorch.org/docs/stable/optim.html - it includes cosine-annealing. Did you have an issue with it?

mosheraboh avatar Jul 25 '22 15:07 mosheraboh