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
Rename checkpoint_callback to enable_checkpointing in Trainer constructor
Motivation
checkpoint_callback in the Trainer constructor serves as a flag to enable/disable checkpointing. This can be confusing to users, especially since the Trainer has a checkpoint_callbackproperty which is what is sounds like, an instance of the callback ModelCheckpoint. A more appropriate arg name would be enable_checkpointing