Skip to content

Commit 30a8f0c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-pytorch/common/checkpointing_basic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Correct usage:
223223
224224
.. warning::
225225

226-
The argument `resume_from_checkpoint` has been deprecated in versions of PyTorch Lightning >= 1.0.0.
226+
The argument `resume_from_checkpoint` has been deprecated in versions of PyTorch Lightning >= 1.0.0.
227227
To resume training from a checkpoint, use the `ckpt_path` argument in the `fit()` method instead.
228228

229229
Incorrect (deprecated) usage:

0 commit comments

Comments
 (0)