niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Error in MATLAB wrapper for window #80

Open sirineeth opened 8 years ago

sirineeth commented 8 years ago

Hi,

I use MATLAB to run matcaffe_demo.m, but there is error: Invalid MEX-file 'D:\Caffe\wincaffe-cmake-master\matlab\caffe\caffe.mexw64': The specified module could not be found.

Error in matcaffe_init (line 19) if caffe('is_initialized') == 0

Error in matcaffe_demo (line 51) matcaffe_init(use_gpu);

Does anyone solve this problem? Could you tell me how to solve this?

Thanks.

ShineeSheng commented 8 years ago

Hi , I encountered a same problem,have you already solve it? Very Thanks.