restore_wizard
RestoreWizard
¶
Bases: Trace
A trace that can backup and load your entire training status.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
directory |
str
|
Directory to save and load the training status. |
required |
frequency |
int
|
Saving frequency in epoch(s). |
1
|
Source code in fastestimator/fastestimator/trace/io/restore_wizard.py
should_restore
¶
Whether a restore will be performed.
Returns:
Type | Description |
---|---|
bool
|
True iff the wizard will perform a restore. |