--model_path
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
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
- During tuning, --model or -m or --model_path must be specified.
- This option is mutually exclusive with --output_type or --out_nodes.
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.