--model or -m

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Sets the model file directory, including the file name.

See Also

If the original model is of the Caffe framework, this option must be used together with --weight or -w. If the weight file and model file have the same name and are stored in the same path, you do not need to specify --weight or -w because the system will match them.

During tuning, --model or -m or --model_path must be specified.

Arguments

Argument: Model file directory, including the file name.

Format: The directory (including the file name) can contain letters, digits, underscores (_), hyphens (-), periods (.), and Chinese characters.

Suggestions and Benefits

None

Examples

--model=${HOME}/module/resnet50_tensorflow_1.7.pb

Dependencies and Restrictions

None