anhttran / 3dmm_cnn

Regressing Robust and Discriminative 3D Morphable Models with a very Deep Neural Network
Other
857 stars 254 forks source link

F0107 18:26:07.968050 3245 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode. #30

Closed yashiro32 closed 6 years ago

yashiro32 commented 6 years ago

F0107 18:26:07.968050 3245 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode.

Check failure stack trace: Aborted (core dumped)

iacopomasi commented 6 years ago

Your caffe is compiled in CPU-mode only and you are trying to use it GPU mode.

yashiro32 commented 6 years ago

Where in your scripts can I change it to use CPU instead of GPU ?

iacopomasi commented 6 years ago

search for caffe.set_gpu() and change it to caffe.set_cpu()

Also you can help yourself by googling how to do it.