-
Notifications
You must be signed in to change notification settings - Fork 161
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
Can I run caffe-yolo on non-GPU machine? #19
Comments
Sure you can. If you use my python script to test, just set "caffe.set_mode_cpu()" in the script when testing on a CPU-machine. |
When I try to run:
|
Have you set CPU_ONLY := 1 in the Makefile.config? |
Yes, I did
Do I need to set anything else? |
You can try removing the following lines in the detection_loss_layer.cpp |
Great, it worked, |
Hello, I'm trying to test YOLO model on Caffe on my local machine which I don't have GPU,
Can I run YOLO using CPU-machine?
Thank you
The text was updated successfully, but these errors were encountered: