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
lr scheduler currently maintains two global states to implement the full lr warmup and decay.
We want to remove these:
"nit: we can make these two arguments still as function arguments below, but we use:
functools.partial to pack these two arguments when adding to the optimizer.
global config works for now. This can be done as a follow up"
The text was updated successfully, but these errors were encountered:
lr scheduler currently maintains two global states to implement the full lr warmup and decay.
We want to remove these:
"nit: we can make these two arguments still as function arguments below, but we use:
functools.partial to pack these two arguments when adding to the optimizer.
global config works for now. This can be done as a follow up"
The text was updated successfully, but these errors were encountered: