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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Fixing the clearly wrong parameter name in testbench (#4242) exposed that warmup schedulers are behaving incorrectly.
It seems to me that the
def step
method here ofParlAILRScheduler
stops to warm up the learning rate too early.I think it might be easier and less error-prone to use
SequentialLR
scheduler instead of customParlAILRScheduler
.The text was updated successfully, but these errors were encountered: