--model_path

Applicability

Product

Supported (√/x)

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Sets the path for storing one or more original model files. In tuning for PyTorch training, the model file refers to the dumped operator graph. For details about the dump operation, see Dumping the Operator Graph.

Model files in this path can be tuned in batches.

See Also

Arguments

Argument: model file path.

Format: The path can contain uppercase and lowercase letters (A–Z, a–z), digits (0–9), underscores (_), hyphens (-), periods (.), and Chinese characters.

Suggestions and Benefits

None

Examples

--model_path=${HOME}/test/

Dependencies and Restrictions

Models in model_path must use the same tuning options.

During offline tuning of TensorFlow-based training, the argument of this option cannot be the same as the current working directory of AOE.