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
In latest version of PL Bolts: Cosine learning rate scheduler needs a global batch size, that is only computable if the code knows the number of nodes. However, we are not feeding that into the constructor.
In latest version of PL Bolts: Cosine learning rate scheduler needs a global batch size, that is only computable if the code knows the number of nodes. However, we are not feeding that into the constructor.
AB#4815