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 2019/05/14 17:02:24 UTC

[GitHub] [incubator-mxnet] vdantu commented on issue #14941: convolution layer when cudnn_off = False will cause random result

vdantu commented on issue #14941: convolution layer when cudnn_off = False will cause random result 
URL: https://github.com/apache/incubator-mxnet/issues/14941#issuecomment-492323408
 
 
   @xiaodao2049 : I think the reason is that there are multiple implementations of convolution when using cundd  and cudnn chooses the best algorithm based on your available system resources at runtime. You could try using "MXNET_ENFORCE_DETERMINISM" (Refer [this PR](https://github.com/apache/incubator-mxnet/pull/12992) for full context) and see if this helps. If not you could turn off autotune by setting "MXNET_CUDNN_AUTOTUNE_DEFAULT" to 0 and see if that helps. 
   
   @apeforest , please correct me if any part of my answer is misrepresented :) 
   
   @mxnet-label-bot add [question, cudnn]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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