senlinuc / caffe_ocr

主流ocr算法研究实验性的项目,目前实现了CNN+BLSTM+CTC架构
1.26k stars 535 forks source link

在VS2015+win10配置上,编译出现cundnn错误。 #28

Open pengyulong opened 6 years ago

pengyulong commented 6 years ago

Severity Code Description Project File Line Suppression State Error (active) declaration is incompatible with "const char *__stdcall cudnnGetErrorString(cudnnStatus_t status)" (declared at line 102 of "c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include\cudnn.h") caffe d:\DeepLearning\caffe_ocr\include\caffe\util\cudnn.hpp 20

我目前电脑的配置是win10+cuda8.0+cudnn5.0,请问原文中的cudnn的版本是?

prfans commented 6 years ago

没记错是7.5

wellhao commented 6 years ago

我看了一下 是CUDA8.0的 然后 还有就是cudnn要用v7.0以上的版本 这个NVIDIA官网有下,下载配置就好了,我是在VS2013上配置成功了

prfans commented 6 years ago

cudnn5.0也是可以编译的。

wwzh2003 commented 6 years ago

不装cudnn 能不能编译?

duducode commented 4 years ago

我用vs2015打开工程怎么显示加载失败caffe