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.
1 parent 12e4e69 commit fc4f6f8Copy full SHA for fc4f6f8
pytorch_lightning/plugins/io/checkpoint_plugin.py
@@ -55,7 +55,7 @@ def load_checkpoint(self, path: _PATH, storage_options: Optional[Any] = None) ->
55
56
@abstractmethod
57
def remove_checkpoint(self, path: _PATH) -> None:
58
- """Remove checkpoint filepath from the filesystem.
+ """Remove checkpoint file from the filesystem.
59
60
Args:
61
path: Path to checkpoint
0 commit comments