--model_path
Description
Sets the path for storing one or more original model files.
Model files in this path can be tuned in batches.
Currently, only the
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.
Parent topic: Basic Functionality