parent
f33b5a8d99
commit
1576ad9963
|
@ -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::
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue