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

lr scheduling #148

Closed
egozi opened this issue Jul 24, 2022 · 1 comment
Closed

lr scheduling #148

egozi opened this issue Jul 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@egozi
Copy link
Collaborator

egozi commented Jul 24, 2022

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 egozi added the enhancement New feature or request label Jul 24, 2022
@mosheraboh
Copy link
Collaborator

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants