--model or -m
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 automatically match them.
This option must be specified during tuning.
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
Parent topic: Basic Functionality