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
Thanks to your code, I installed caffe on windows successfully. But I found matcaffe in the version is quite different from other version. For example, I use 'caffe.set_mode_gpu();' on ubuntu, but matlab/caffe/matcaffe_init.m uses ‘caffe('set_mode_gpu'); ’ The usage is quite different. Thus matlab code which works well on ubuntu doesn't work on windows. What should I do if I want to use matcaffe on windows as same as on ubuntu.
The text was updated successfully, but these errors were encountered:
Thanks to your code, I installed caffe on windows successfully. But I found matcaffe in the version is quite different from other version. For example, I use 'caffe.set_mode_gpu();' on ubuntu, but matlab/caffe/matcaffe_init.m uses ‘caffe('set_mode_gpu'); ’ The usage is quite different. Thus matlab code which works well on ubuntu doesn't work on windows. What should I do if I want to use matcaffe on windows as same as on ubuntu.
The text was updated successfully, but these errors were encountered: