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

On learning rate range test #5

Open
deepaksuresh opened this issue Mar 2, 2018 · 1 comment
Open

On learning rate range test #5

deepaksuresh opened this issue Mar 2, 2018 · 1 comment

Comments

@deepaksuresh
Copy link

Hi @bckenstler ,
Thanks a lot for sharing your implementation. I just read the paper on cyclical learning rate. I'd like to know how you dealt with the following

  1. How do you choose the number of epochs to run the model?
  2. When I run the LR range test, and estimate accuracy on validation set, I get an accuracy of 0.5 for almost all the learning rates. Since, the model is hardly trained, it is behaving as a random classifier. Then, the validation accuracy around 0.5 looks justified. But, this is not what the accuracy vs learning curve look like in the paper. How did you deal with this?
    Thanks
@zchrissirhcz
Copy link

@deepaksuresh I've tried to reproduce the CLR paper's experiment on CIFAR-10, especially of Figure 3's first two rows and Table1. However, what I got is different from the paper. If interested, you can try my code https://github.com/zchrissirhcz/Cyclical-Learing-Rates

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

2 participants