Skip to content

Commit 1874ef3

Browse files
WangYue0000lantiga
andauthored
Update docs/source-pytorch/common/checkpointing_basic.rst
Co-authored-by: Luca Antiga <[email protected]>
1 parent 4ed03f5 commit 1874ef3

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 argument `resume_from_checkpoint` has been deprecated in versions of PyTorch Lightning >= 1.0.0.
217217
Please use the `ckpt_path` argument in the `fit()` method instead.
218218

219219
Incorrect (deprecated) usage:

0 commit comments

Comments
 (0)