Using GPU despite setting CPU_Only, yielding unexpected keyword argument
问题 I'm installing Caffe on an Ubuntu 14.04 virtual server with CUDA installed (without driver) using https://github.com/BVLC/caffe/wiki/Ubuntu-14.04-VirtualBox-VM as inspiration. During the installation process I edited the MakeFile to include "CPU_ONLY := 1" before building it. However, it seems that Caffe is still trying to make use of the GPU. When I try to run a test example I get the following error: python python/classify.py examples/images/cat.jpg foo Traceback (most recent call last):