hjimce / darknet_mobilenet

mobilenet 与darknet yolo
Other
94 stars 52 forks source link

./src/depthwise_convolutional_layer.c:75:5: error: too few arguments to function ‘cudnnSetConvolution2dDescriptor’ #12

Open tinghuaxingong opened 4 years ago

tinghuaxingong commented 4 years ago

./src/convolutional_layer.c: In function ‘cudnn_convolutional_setup’: ./src/convolutional_layer.c:133:5: error: too few arguments to function ‘cudnnSetConvolution2dDescriptor’ cudnnSetConvolution2dDescriptor(l->convDesc, l->pad, l->pad, l->stride, l->stride, 1, 1, CUDNN_CROSS_CORRELATION); ^ compilation terminated due to -Wfatal-errors. Makefile:82: recipe for target 'obj/convolutional_layer.o' failed make: [obj/convolutional_layer.o] Error 1 make: 正在等待未完成的任务.... ./src/depthwise_convolutional_layer.c: In function ‘cudnn_depthwise_convolutional_setup’: ./src/depthwise_convolutional_layer.c:75:5: error: too few arguments to function ‘cudnnSetConvolution2dDescriptor’ cudnnSetConvolution2dDescriptor(l->convDesc, l->pad, l->pad, l->stride, l->stride, 1, 1, CUDNN_CROSS_CORRELATION); ^ compilation terminated due to -Wfatal-errors. Makefile:82: recipe for target 'obj/depthwise_convolutional_layer.o' failed make: *** [obj/depthwise_convolutional_layer.o] Error 1

tinghuaxingong commented 4 years ago

solved