You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: