With caffe_.cpp
being a private function, when I call functions like caffe.reset_all()
, there is always an error telling me it cannot find caffe_.cpp
.
So how to use that in MATLAB?
You can find 'caffe_.cpp'
under matlab/+caffe/private/
.
Make sure you cloned caffe git properly and that you built the matlab interface:
~$ make matcaffe