joanshen0508 commented on issue #8132:
URL: 
https://github.com/apache/incubator-mxnet/issues/8132#issuecomment-906222580


   1. you should revise your model file (*.json). Modify "cudnn_tune": 
"limited_workspace", to "cudnn_tune": "None",
   2. add 
   import os
   os.environ['MXNET_CUDNN_AUTOTUNE_DEFAULT'] = '0'
   it works for me.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to