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
Fix CosineDecay documentation to clarify alpha is a multiplier (#21827)
* Fix CosineDecay documentation to clarify alpha is a multiplier
The documentation incorrectly stated that learning rate decays
'to alpha', when it actually decays to 'initial_lr * alpha'.
Updated the docstring to make it clear that alpha is a fraction/
multiplier, not an absolute target value.
* Fix line length to comply with 80 char limit
0 commit comments