1

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?

Shai
  • 111,146
  • 38
  • 238
  • 371
Paralysis
  • 13
  • 3

1 Answers1

2

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
Shai
  • 111,146
  • 38
  • 238
  • 371