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
Rather than wrapping the model before passing it to the trainer. We want to do this because the checkpoint_wrapper in with_wrapped_modules creates a weakref for the wrapped modules, rendering the model unpicklable.
The text was updated successfully, but these errors were encountered:
Rather than wrapping the model before passing it to the trainer. We want to do this because the
checkpoint_wrapper
inwith_wrapped_modules
creates aweakref
for the wrapped modules, rendering the model unpicklable.The text was updated successfully, but these errors were encountered: