anhttran/3dmm_cnn

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

yashiro32 opened this issue · 3 comments

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)

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

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

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

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