FCIS icon indicating copy to clipboard operation
FCIS copied to clipboard

This convolution is not supported by cudnn, MXNET convolution is applied

Open robotzheng opened this issue 7 years ago • 12 comments

when I run the trainning of coco data, it reports "This convolution is not supported by cudnn, MXNET convolution is applied." but, when I run the demo, it does not reports this. it is very slow. Can you help me?

robotzheng avatar Jun 08 '17 02:06 robotzheng

Hi,

I have the same problem with demo.py (haven't tried training yet). Which cuda/cudnn versions are you using? I have cudnn 5.1.10 and cuda 8.0.61.

Regards

javierjsa avatar Jun 13 '17 11:06 javierjsa

@javierjsa @robotzheng have you solved this problem??

lc8631058 avatar Jun 23 '17 13:06 lc8631058

@lc8631058 I'm afraid I haven't, but I think it's just a matter of using the right cudnn/cuda versions

javierjsa avatar Jun 23 '17 15:06 javierjsa

I can confirm that I had this issue before, and it could be resolved by installing the appropriate version of cudnn.

realwecan avatar Jun 24 '17 01:06 realwecan

@javierjsa so it's just something like Warning and has no influence to the result?

lc8631058 avatar Jun 24 '17 07:06 lc8631058

@lc8631058 The result might be the same, but I'd say it's probably slower. If I understand the error/warning message, it means it's using the CPU to perform the convolution instead of the GPU. However, I'm just a newbie.

javierjsa avatar Jun 24 '17 18:06 javierjsa

@javierjsa thanks a lot

lc8631058 avatar Jun 25 '17 18:06 lc8631058

I have met this problem. Anyone fix it ?

dajiangxiaoyan avatar Jul 28 '17 06:07 dajiangxiaoyan

I have met this problem. Anyone fix it ? @javierjsa @robotzheng @javierjsa @dajiangxiaoyan @realwecan

betterhalfwzm avatar Dec 05 '17 02:12 betterhalfwzm

@betterhalfwzm Sorry, I didn't. However, if you are into semantic segmentation, you should take a look at Mask R-CNN (https://github.com/matterport/Mask_RCNN). They claim to outperform both FCIS and MNC.

javierjsa avatar Dec 05 '17 17:12 javierjsa

I met this problem when using mxnet and I fix it by switch cuda and cudnn version from cuda-9.1 to cuda-9.0. BTW, I install mxnet from src.

DuinoDu avatar May 07 '18 23:05 DuinoDu

because dilation convolution is not support in cudnn5,using cuda8+cudnn7,install mxnet from src will be ok

light201212 avatar Oct 15 '18 06:10 light201212