Skip to content

Commit

Permalink
Fix docs typo (Lightning-AI#1355)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix typo
  • Loading branch information
bryant1410 authored and akarnachev committed Apr 4, 2020
1 parent 5ba1728 commit b8e094a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def on_train_end(self):
resume_from_checkpoint
^^^^^^^^^^^^^^^^^^^^^^
To resume training from a specific checkpoint pass in the path here.k
To resume training from a specific checkpoint pass in the path here.
Example::
Expand Down
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def __init__(
truncated_bptt_steps: Truncated back prop breaks performs backprop every k steps of
resume_from_checkpoint: To resume training from a specific checkpoint pass in the path here.k
resume_from_checkpoint: To resume training from a specific checkpoint pass in the path here.
profiler: To profile individual steps during training and assist in
Expand Down

0 comments on commit b8e094a

Please sign in to comment.