You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add in exponential LR decay, plus a method to enter arbitrary LR and matching step counts akin to 0.05:20, 0.005:100, 0.0005 - meaning 0.05 for 20 steps, then 0.005 until completing step 100 (so +80 steps), etc.?
I believe the exponential decay should look similar to the below sample, but wasn't certain how to update the lr_scheduler_util(?) bits (Python is not my forte) to test:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would it be possible to add in exponential LR decay, plus a method to enter arbitrary LR and matching step counts akin to 0.05:20, 0.005:100, 0.0005 - meaning 0.05 for 20 steps, then 0.005 until completing step 100 (so +80 steps), etc.?
I believe the exponential decay should look similar to the below sample, but wasn't certain how to update the lr_scheduler_util(?) bits (Python is not my forte) to test:
Beta Was this translation helpful? Give feedback.
All reactions