You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set CPU_ONLY := 1in Makefile.config, then make clean, then make again, but I still have this Error:
caffe.set_mode_gpu()
AttributeError: module 'caffe' has no attribute 'set_mode_gpu'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yulduz/Projects/GitHub/3dmm_cnn/demoCode/testBatchModel.py", line 113, in <module>
caffe.set_mode_cpu()
AttributeError: module 'caffe' has no attribute 'set_mode_cpu'
The text was updated successfully, but these errors were encountered:
I set
CPU_ONLY := 1
in Makefile.config, thenmake clean
, thenmake
again, but I still have this Error:The text was updated successfully, but these errors were encountered: