Fix docs typo (#1355)

* Fix typo

* Fix typo
This commit is contained in:
Santiago Castro 2020-04-03 01:35:09 -04:00 committed by GitHub
parent f33b5a8d99
commit 1576ad9963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -668,7 +668,7 @@ Set to True to reload dataloaders every epoch.
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::

View File

@ -245,7 +245,7 @@ class Trainer(
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