入门客AI创业平台(我带你入门,你带我飞行)
博文笔记

caffe 安装时提示cudnn.hpp(114): too few arguments in function call

创建时间:2017-06-22 投稿人: 浏览次数:2197

问:

Try to build Caffe with GPU and MATLAB support.
However, when I use build_win.cmd to install, It can’t build and with the error :

“D:caffe-windowscaffe-windowsscriptsuildALL_BUILD.vcxproj” (default target) (1) ->
“D:caffe-windowscaffe-windowsscriptsuildsrccaffecaffe.vcxproj” (default target) (3) ->
(CustomBuild target) ->
D:/caffe-windows/caffe-windows/includecaffe/util/cudnn.hpp(114): error : too few arguments in function call [D:caff
e-windowscaffe-windowsscriptsuildsrccaffecaffe.vcxproj]

205 Warning(s)
1 Error(s)

Please Help.

PS:
I use MATLAB R2016a, VS2015 and CUDA 8.0 with CuDNN 6.0.

答:

This has been fixed just recently (March 29 2017), pull the latest source commits.
The problem is due to CuDNN 6.0 adding the extra “type” parameter.

解决方法:

将cudnn-8.0-windows10-x64-v6.0.zip 换成cudnn-8.0-windows10-x64-v5.1.zip 。即将CuDNN6.0换成CuDNN5.1.

参考文献:

https://groups.google.com/forum/#!topic/caffe-users/o9683jAqrnY

声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。