--save_path

Function Usage

Sets the model save path.

See Also

None

Arguments

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 directory (including the file name) can contain letters, digits, underscores (_), hyphens (-), and periods (.).

Suggestions and Benefits

None

Examples

--save_path=./results/Resnet-50

Constraints

This option is required in both PTQ and QAT model adaptation to Ascend.