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(scheduler): WarmupLR inherits optimizer lr when not specified
This commit ensures that the WarmupLR scheduler correctly inherits the
learning rate from the optimizer's parameters when `warmup_max_lr`
is not explicitly provided in the scheduler's configuration. This
prevents the scheduler from falling back to a hard-coded default value,
aligning its behavior with user expectations.
Fixes#7303
Signed-off-by: Vensenmu <[email protected]>#
0 commit comments