Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
huyt16 opened this issue Sep 7, 2016 · 0 comments

Comments

@huyt16
Copy link

huyt16 commented Sep 7, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant