--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, this option can be used only on 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 letters, digits, underscores (_), hyphens (-), and periods (.).
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