-
Notifications
You must be signed in to change notification settings - Fork 279
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
how can I run the demo on cpu? #36
Comments
were you able to get run the demo on a cpu? |
@exnx I ran the demo on Mac, but very slowly. |
Great! Don’t suppose you can post your repo? I tried to run it but had all sorts of bugs, wasn’t sure which lines of code I needed to change to run on cpu. For example, it requires cuda installation now. Thanks so much! |
@exnx there just change Line 44 in 3aeb296
caffe.set_mode_cpu() . But you must compile the ssh-caffe without CUDA. In addition,because the caffe version is too old, after you compiled the caffe on mac, you may encounter error segmentation fault :11 , when you import caffe. You can find the solution in #591.
|
@junedgar Thanks for the response! Sorry to keep bugging you, but do you have any tips on how to compile the ssh-caffe without CUDA? I'm kind of new to CS and not sure how to do this. Any resources would be great! Thanks! Eric |
|
Thank you for your great work.
I compiled the caffe-ssh only on cpu successfully, but when i ran
import caffe
, encountered error:Segmentation fault: 11.systerm: macos
Can you give me some advices?
The text was updated successfully, but these errors were encountered: