--save_path
Description
Sets the model save path.
See Also
None
Argument
Argument: model save path.
Restrictions:
- The path will be automatically created during quantization and does not need to be created in advance. The path must include the prefix of the model name, for example, ./results/model_prefix.
- The path (including the file name) can contain letters, digits, underscores (_), hyphens (-), and periods (.).
Suggestions and Benefits
None
Example
--save_path=./results/ResNet-50
Restrictions
This option is required in both PTQ and QAT model adaptation to CANN format.
Parent topic: Required Options