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 can run C:\caffe-windows\examples\mnist\train_lenet.bat rightly ,but when i use matlab, there is a error:
Invalid MEX-file 'C:\caffe-windows\matlab\caffe\caffe.mexw64':
error in matcaffe_init (line 19)
if caffe('is_initialized') == 0
it seems that someone uses caffe2() ,what is it?
Error in edgesChnsDL2 (line 12)
S = caffe2('test_image', single(I), PATCH_MEAN, shirk);
sorry ,i'm new in caffe,does anyone have an idea?
The text was updated successfully, but these errors were encountered:
i can run C:\caffe-windows\examples\mnist\train_lenet.bat rightly ,but when i use matlab, there is a error:
Invalid MEX-file 'C:\caffe-windows\matlab\caffe\caffe.mexw64':
error in matcaffe_init (line 19)
if caffe('is_initialized') == 0
it seems that someone uses caffe2() ,what is it?
sorry ,i'm new in caffe,does anyone have an idea?
The text was updated successfully, but these errors were encountered: