--weights
Function Usage
Sets the directory (including the file name) of the weight file to be quantized.
See Also
This parameter must be used together with the parameter. This parameter applies only to Caffe models.
Argument
Argument: weight file directory, including the file name.
Format: The path (including the file name) can contain letters, digits, underscores (_), hyphens (-), and periods (.).
Suggestions and Benefits
None
Examples
--model=$HOME/test/ResNet-50-deploy.prototxt --weights=$HOME/test/ResNet-50-model.caffemodel
Dependencies and Restrictions
None
Parent topic: Required Options