DickJC123 commented on issue #15034: Flakey test: test_operator_gpu.py:test_rnntanh_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/15034#issuecomment-495326747 I discovered a new issue with commit #14476: it's use of kCuDNNDropoutDesc and the cuDNN API that supports it was only possible starting with cuDNN 7.0. From this commit onward, the MXNet master no longer compiles against cuDNN 6.0. I will work up a PR that uses the new dropout state handling approach only when it is available, thus eliminating the inadvertent 'breaking change.'
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
