Monday, October 3, 2016

caffe CPU_ONLY build instructions

modify file CMakeLists.txt


Modify caffe_option CPU_ONLY from OFF to ON in file CMakeLists.txt

If this works when you do build/cmake .. you should see:

Below is default:

-   CPU_ONLY          :   OFF


-   CPU_ONLY          :   ON

No comments:

Post a Comment