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
Optimization docs need to be updated with the correct way of overriding optimizer_step() method, which now takes in a closure as a non-optional parameter.
📚 Documentation
Optimization docs need to be updated with the correct way of overriding
optimizer_step()
method, which now takes in a closure as a non-optional parameter.https://pytorch-lightning.readthedocs.io/en/latest/optimizers.html#step-optimizers-at-arbitrary-intervals
The text was updated successfully, but these errors were encountered: