affordance-net
affordance-net copied to clipboard
Caffe Installation
Hello. I'm trying to install caffe through the installation given here, but the build fails at various points. Is there a specific CUDA and CUDNN version that I must use to build it successfully?
The build fails at /include/cudnn.hpp, layers/cudnn_sigmoid_layer.cu ...etc, with incompatible types/incorrect parameters etc.
I tried building with CUDA 10, CUDNN8, CUDNN5 with cuda 8, and also tried other variations, however 'make' all fails. I followed the procedure given in the caffe installation entirely, yet with no success.
Thanks