You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/12 03:24:07 UTC

[GitHub] xioryu opened a new issue #11240: rcnn example throws CUDNN_STATUS_BAD_PARAM when running under cudnn 6.0

xioryu opened a new issue #11240: rcnn example throws CUDNN_STATUS_BAD_PARAM when running under cudnn 6.0
URL: https://github.com/apache/incubator-mxnet/issues/11240
 
 
   After I update the mxnet version from 1.1.0 to 1.2.0 and build the repository with CUDA 8.0.61 and cudnn 6.0, the rcnn training throws the following error when evaluating the rpn accuracy.
   
   check failed: e == cuDNN: CUDNN_STATUS_SUCCESS(3 vs. 0) cuDNN: CUDNN_STATUS_BAD_PARAM
   
   The error occurred when executing the following code
   [https://github.com/apache/incubator-mxnet/blob/ed80ff2c01ff54e82215bf03e8df942ea729a15e/example/rcnn/rcnn/core/metric.py#L51](url)
   Any ideas to address this without disabling cudnn or rolling to a former version?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services