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?
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.