| shrinkCaffeModel (cv.Net) - MATLAB File Help |
Convert all weights of Caffe network to half precision floating point
cv.Net.shrinkCaffeModel(src, dst)
cv.Net.shrinkCaffeModel(..., 'OptionName',optionValue, ...)
.caffemodel extension).{'Convolution', 'InnerProduct'}.Note: Shrinked model has no origin float32 weights so it can't
be used in origin Caffe framework anymore. However the structure
of data is taken from NVidia's
<https://github.com/NVIDIA/caffe Caffe fork>. So the resulting
model may be used there.
| Access | public |
| Sealed | false |
| Static | true |