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
Right now all optimizers are wrapped, so to access a torch optimizer object we need to call model.optimizer.optimizer. It might makes sense to be able to get the torch optimizer with model.optimizer.
If we continue to wrap torch optimizers, maybe make it a wrapper objects model.optimizer_wrapper.
The text was updated successfully, but these errors were encountered:
Right now all optimizers are wrapped, so to access a torch optimizer object we need to call
model.optimizer.optimizer
. It might makes sense to be able to get the torch optimizer withmodel.optimizer
.If we continue to wrap torch optimizers, maybe make it a wrapper objects
model.optimizer_wrapper
.The text was updated successfully, but these errors were encountered: