niuzhiheng / caffe

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

why is matcaffe different? e.g. caffe('set_mode_gpu'); instead of caffe.set_mode_gpu(); #88

Open huyt16 opened 8 years ago

huyt16 commented 8 years ago

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.