Fix docs typo (#1355)

* Fix typo

* Fix typo
This commit is contained in:
Santiago Castro
2020-04-03 07:35:09 +02:00
committed by GitHub
parent f33b5a8d99
commit 1576ad9963
2 changed files with 2 additions and 2 deletions
+1 -1
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::
+1 -1
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