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/17 21:01:52 UTC

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

thomelane 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-413987251
 
 
   @xioryu are you able to provide some sample code that reproduces this issue? many thanks!
   
   It's not possible to diagnose from just knowing the error occurred on line `pred_label = mx.ndarray.argmax_channel(pred).asnumpy().astype('int32')`. I'd expect any fatal error in the network to appear when this line is run, just because `.asnumpy()` blocks and waits for all the async operations to complete (i.e. waits for the network computation to complete).

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