We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkpoint_callback
1 parent ed98026 commit 9b21ecbCopy full SHA for 9b21ecb
docs/source/common/trainer.rst
@@ -516,7 +516,9 @@ Example::
516
517
^^^^^^^^^^^^^^^^^^^
518
519
-Deprecated: This has been deprecated in v1.5 and will be removed in v1.7. Please use ``enable_checkpointing`` instead.
+.. warning:: `checkpoint_callback` has been deprecated in v1.5 and will be removed in v1.7.
520
+ To disable checkpointing, pass ``enable_checkpointing = False`` to the Trainer instead.
521
+
522
523
default_root_dir
524
^^^^^^^^^^^^^^^^
0 commit comments