--reload
Description
Reloads tuning after subgraph tuning is interrupted. After the current process is interrupted, if you want to continue tuning from the previous phase, run --reload to enter the reload mode.
The command of this option must be used in the same directory where the tuning command is executed last time. The reason is that the intermediate file of the last tuning process is required for reloading tuning.
See Also
None
Arguments
Argument: job_path, which is optional.
Restrictions:
- If --reload is not carried during tuning, the standard process is used.
- If --reload is carried during tuning, the reload process is used. There are two situations:
- If job_path is not specified after --reload, the tuning continues from the previous tuning phase. If there are multiple tuning phases, the latest one is selected by default.
- If job_path is specified after --reload, the tuning continues from the specified job_path.
Examples
If job_path is not specified after --reload, the example is as follows:
--reload
If job_path is specified after --reload, the example is as follows:
--reload=aoe_workspace/resnet18_2021093011571519239430760
Parent topic: Basic Functionality