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/08/20 18:16:25 UTC

[GitHub] ijkguo commented on issue #11240: rcnn example throws CUDNN_STATUS_BAD_PARAM when running under cudnn 6.0

ijkguo commented on issue #11240: rcnn example throws CUDNN_STATUS_BAD_PARAM when running under cudnn 6.0
URL: https://github.com/apache/incubator-mxnet/issues/11240#issuecomment-414412758
 
 
   The cause of this issue is operator SoftmaxActivation, used in the old complex rcnn example. Two fixes were made and either fixed this issue:
   - https://github.com/apache/incubator-mxnet/pull/10918 fixed SoftmaxActivation cudnn bug.
   - https://github.com/apache/incubator-mxnet/pull/11373 removed any usage of SoftmaxActivation.

----------------------------------------------------------------
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