Skip to content

Commit 4ed03f5

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

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
@@ -24,7 +24,7 @@ PyTorch Lightning checkpoints are fully usable in plain PyTorch.
2424

2525
**Important Update: Deprecated Method**
2626

27-
Starting from PyTorch Lightning v1.0.0, the `resume_from_checkpoint` parameter has been deprecated. To resume training from a checkpoint, use the `ckpt_path` parameter in the `fit()` method.
27+
Starting from PyTorch Lightning v1.0.0, the `resume_from_checkpoint` argument has been deprecated. To resume training from a checkpoint, use the `ckpt_path` argument in the `fit()` method.
2828
Please update your code accordingly to avoid potential compatibility issues.
2929

3030
************************

0 commit comments

Comments
 (0)