-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Learning rate 'Exponential Decay' policy wrong. #662
Comments
Thanks for the bug report. The learning rate seems to be decreasing way too quickly indeed. Are you using Torch or Caffe? I think I can reproduce your issue with Torch. |
Torch indeed. Did not try Caffe. |
"exp", "inv" and "sigmoid" weren't operating as expected close #662
Yes. Merci beaucoup Greg! |
@TimZaman were you able to verify that you were using the right version of DIGITS? The exponential decay is working for me for 500 epochs. |
No response and this is working for me on v3.2.0-73-gb4dd9c7 so I am closing the bug. |
i was using the most up to date version for sure. There's something going on with the learning rate for sure, i will try to hunt down the cause next time instead of posting the problem. |
Version v3.2.0-61-g0ce28b9
I often have issues with the learning rate and the decay. Sometimes it tells me it cannot process 'nan', sometimes it's correct, sometimes it jitters a bit up and down, but most often it does this. I can reproduce this only half of the time.
Base learning rate: 1.0
Policy: Exponential Decay
Gamma: 0.95
Then this happens:
The text was updated successfully, but these errors were encountered: