Skip to content

Commit

Permalink
Fix docstring in saving.py (#9738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthsub authored Sep 29, 2021
1 parent fa44dbc commit 019e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/core/saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def load_from_checkpoint(
MyLightningModule.load_from_checkpoint(
PATH,
num_layers=128,
pretrained_ckpt_path: NEW_PATH,
pretrained_ckpt_path=NEW_PATH,
)
# predict
Expand Down

0 comments on commit 019e69f

Please sign in to comment.