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
[.../site-packages/torch/optim/lr_scheduler.py:232]: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose.
warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning)
The text was updated successfully, but these errors were encountered:
I was trying to solve this warning since we also fixed it in alphaDIA. However, I couldn't reproduce the warning using the default WarmupLR_Scheduler. Could you please provide more details on when exactly this warning occurred? I am happy to check it out if it still being raised.
The text was updated successfully, but these errors were encountered: