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
We shouldn't pass a InheritFromOtherOptimizer to another InheritFromOtherOptimizer InheritFromOtherOptimizer(optimizer=InheritFromOtherOptimizer(), ...)
But when adding an assert and launch a training we do hit it (so we should fix init_optimizer_and_grad_accumulator)
Shouldn't be a big issue, but we can avoid the additional nesting
The text was updated successfully, but these errors were encountered:
We shouldn't pass a InheritFromOtherOptimizer to another InheritFromOtherOptimizer
InheritFromOtherOptimizer(optimizer=InheritFromOtherOptimizer(), ...)
But when adding an assert and launch a training we do hit it (so we should fix
init_optimizer_and_grad_accumulator
)Shouldn't be a big issue, but we can avoid the additional nesting
The text was updated successfully, but these errors were encountered: