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

Plotting range of Learning Rate #24

Open
manza-ari opened this issue Sep 10, 2022 · 0 comments
Open

Plotting range of Learning Rate #24

manza-ari opened this issue Sep 10, 2022 · 0 comments

Comments

@manza-ari
Copy link

Hi,
Thank you so much for your work.
I want to plot the range of learning rate base_lr= 0.01, max_lr=0.1 for my method

schedulers = torch.optim.lr_scheduler.CyclicLR(optim_backbone, base_lr= 0.01, max_lr=0.1, step_size_up=2000, step_size_down=None, mode='triangular')

Like Figure 2(a) of this paper https://arxiv.org/pdf/1708.07120.pdf

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

No branches or pull requests

1 participant