nqanh / affordance-net

AffordanceNet - Multiclass Instance Segmentation Framework - ICRA 2018
Other
121 stars 54 forks source link

Caffe Installation #48

Open ShrutheeshIR opened 2 years ago

ShrutheeshIR commented 2 years ago

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