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

F0505 12:06:07.729043 4972 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode #564

Open
BrahimMefgouda opened this issue May 5, 2017 · 3 comments

Comments

@BrahimMefgouda
Copy link

I'm using the Ubuntu 14.04 without GPU and i want to run this code ( with CPU only ) : https://github.com/xinleipan/py-faster-rcnn-with-new-dataset . I i do : python ./tools/demo.py --gpu 0 --net vgg16 he print this error :

F0505 12:06:07.729043 4972 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode.
*** Check failure stack trace: ***
Aborted (core dumped)
how resolved this
what is the problem ? and how resolved this ?

@riadhayachi
Copy link

you need to compile caffe using cuda for gpu support

@rajulg78
Copy link

HI, I'm also facing the same issue despite building caffe and the code in CPU only mode. I'm unable to run the demo.py. Can anyone please help?

@rajulg78
Copy link

I managed to run it using: ./tools/demo.py --cpu --net vgg16

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

3 participants