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
An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
My own task or dataset (give details below)
Reproduction
This line of code steps forward the LR scheduler, before _maybe_log_save_evaluate is called. This means the learning rate logged represents the learning in the upcoming iteration.
For most of the use cases, the differences between them is small. However, in certain cases, this caused confusion.
Expected behavior
The learning rate for the current iteration is logged.