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