Skip to content

Commit 4095113

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

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
@@ -213,7 +213,7 @@ If you don't just want to load weights, but instead restore the full training, d
213213

214214
.. warning::
215215

216-
The parameter `resume_from_checkpoint` has been deprecated in recent versions of PyTorch Lightning.
216+
The parameter `resume_from_checkpoint` has been deprecated in recent versions of PyTorch Lightning.
217217
Please use the `ckpt_path` argument in the `fit()` method instead.
218218

219219
Incorrect (deprecated) usage:

0 commit comments

Comments
 (0)