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 242afd1 commit 30a8f0cCopy full SHA for 30a8f0c
docs/source-pytorch/common/checkpointing_basic.rst
@@ -223,7 +223,7 @@ Correct usage:
223
224
.. warning::
225
226
- The argument `resume_from_checkpoint` has been deprecated in versions of PyTorch Lightning >= 1.0.0.
+ The argument `resume_from_checkpoint` has been deprecated in versions of PyTorch Lightning >= 1.0.0.
227
To resume training from a checkpoint, use the `ckpt_path` argument in the `fit()` method instead.
228
229
Incorrect (deprecated) usage:
0 commit comments