caffe_ocr icon indicating copy to clipboard operation
caffe_ocr copied to clipboard

DenseBlock_layer.cu(283): error: too many arguments in function call

Open billyzju opened this issue 8 years ago • 4 comments

在Ubuntu 16.04下,cuda, cudnn编译GPU版本,DenseBlock_layer.cpp编译过了,DenseBlock_layer.cu出现以下错误: error

然后,指向DenseBlock_layer.cu的代码行为:

template void DenseBlockLayer::GPU_Initialization(); template void DenseBlockLayer::GPU_Initialization();

billyzju avatar Apr 13 '18 04:04 billyzju

我也遇到了上述问题,windows系统,cuda8. 楼主后来解决了吗

yiran-THU avatar May 21 '18 08:05 yiran-THU

我把cudnn5.1换成了cudnn7.0,解决了这个问题

nerddd avatar Jun 08 '18 03:06 nerddd

DenseBlockLayer他给了6个参数,而那里需要4个,需要修改

suntim avatar Aug 03 '18 12:08 suntim

DenseBlockLayer他给了6个参数,而那里需要4个,需要修改

看了下cudnn.h里面的对应函数,也是给了6个int参数,请问要怎么修改?

rpf1019 avatar Aug 28 '19 09:08 rpf1019