Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lightning/pytorch/callbacks/model_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ModelCheckpoint(Checkpoint):

By default, dirpath is ``None`` and will be set at runtime to the location
specified by :class:`~lightning.pytorch.trainer.trainer.Trainer`'s
:paramref:`~lightning.pytorch.trainer.trainer.Trainer.default_root_dir` argument,
:param:`~lightning.pytorch.trainer.trainer.Trainer.default_root_dir` argument,
and if the Trainer uses a logger, the path will also contain logger name and version.

filename: checkpoint filename. Can contain named formatting options to be auto-filled.
Expand Down
Loading