weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.68k forks source link

Compiling error:SSD/caffe/include/caffe/util/cudnn.hpp(126): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t" #294

Open niluanwudidadi opened 7 years ago

niluanwudidadi commented 7 years ago

Configuration: Operating system: Ubuntu 14.04 GPUs : NVIDIA GTX 1080 Compiler: gcc 4.8.4 CUDA version: CUDA 8.0 CUDNN version : cuDNN v5.0.5

When I compile caffe ssd, this error occur. 1 2

Thank you very much.

weiliu89 commented 7 years ago

Sorry, it looks like a cudnn problem. Could you try to install the latest cudnn and make clean and then make again?