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

来源:互联网 发布:淘宝童装裤子 编辑:程序博客网 时间:2024/05/22 00:13

问:

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-windows\caffe-windows\scripts\build\ALL_BUILD.vcxproj” (default target) (1) ->
“D:\caffe-windows\caffe-windows\scripts\build\src\caffe\caffe.vcxproj” (default target) (3) ->
(CustomBuild target) ->
D:/caffe-windows/caffe-windows/include\caffe/util/cudnn.hpp(114): error : too few arguments in function call [D:\caff
e-windows\caffe-windows\scripts\build\src\caffe\caffe.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

阅读全文
0 0
原创粉丝点击