caffe-segnet
caffe-segnet copied to clipboard
Cannot compile
Linking CXX static library ../../lib/libproto.a [ 1%] Built target proto [ 1%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/util/./cuda_compile_generated_im2col.cu.o /home/ubuntu/SegNet-Tutorial/caffe-segnet/include/caffe/util/cudnn.hpp(123): error: argument of type "int" is incompatible with parameter of type "cudnnNanPropagation_t"
/home/ubuntu/SegNet-Tutorial/caffe-segnet/include/caffe/util/cudnn.hpp(123): error: too few arguments in function call
2 errors detected in the compilation of "/tmp/tmpxft_00000fa5_00000000-5_im2col.cpp4.ii". CMake Error at cuda_compile_generated_im2col.cu.o.cmake:264 (message): Error generating file /home/ubuntu/SegNet-Tutorial/caffe-segnet/build/src/caffe/CMakeFiles/cuda_compile.dir/util/./cuda_compile_generated_im2col.cu.o
cuda version 7.5
are you using cudnn v2?
that was for cudnn v5. But I have successfully compiled for cudnn v3.
Any chances that segment will be moved to latest caffe?
https://github.com/TimoSaemann/caffe-segnet-cudnn5