AdaBound icon indicating copy to clipboard operation
AdaBound copied to clipboard

When did the optimizer switch to SGD?

Open yunbujian opened this issue 4 years ago • 1 comments

I set the initial lr=0.0001, final_lr=0.1, but I still don't know when the optimizer will become SGD. Do I need to improve my learning rate to the final learning rate manually? thanks!

yunbujian avatar Dec 14 '21 05:12 yunbujian

There is no hard switch, but instead it is a smooth transition between the behavior of Adam and SGD.

jgvinholi avatar Aug 25 '23 10:08 jgvinholi