Skip to content

Commit be4f648

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d8e6078 commit be4f648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source-pytorch/common/checkpointing_intermediate.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ For fine-grained control over checkpointing behavior, use the :class:`~lightning
2323
trainer.fit(model)
2424
2525
.. note::
26-
You can access the paths of saved checkpoints via the ``checkpoint_callback.best_model_path`` and
27-
``checkpoint_callback.last_model_path`` properties or alternatively ``trainer.checkpoint_callback.best_model_path``
28-
and ``trainer.checkpoint_callback.last_model_path``. These provide the file paths to the best checkpoint
26+
You can access the paths of saved checkpoints via the ``checkpoint_callback.best_model_path`` and
27+
``checkpoint_callback.last_model_path`` properties or alternatively ``trainer.checkpoint_callback.best_model_path``
28+
and ``trainer.checkpoint_callback.last_model_path``. These provide the file paths to the best checkpoint
2929
(based on the monitored metric) and the most recently saved checkpoint, respectively.
3030

3131
Any value that has been logged via *self.log* in the LightningModule can be monitored.

0 commit comments

Comments
 (0)