shrinkCaffeModel (cv.Net) - MATLAB File Help
cv.Net.shrinkCaffeModel

Convert all weights of Caffe network to half precision floating point

cv.Net.shrinkCaffeModel(src, dst)
cv.Net.shrinkCaffeModel(..., 'OptionName',optionValue, ...)

Input

Options

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.

Method Details
Access public
Sealed false
Static true