ptrendx commented on a change in pull request #19209:
URL: https://github.com/apache/incubator-mxnet/pull/19209#discussion_r494569625
##########
File path: tests/python/gpu/test_gluon_gpu.py
##########
@@ -647,3 +647,31 @@ def test_gemms_true_fp16():
assert_almost_equal(ref_results.asnumpy(), results_trueFP16.asnumpy(),
atol=atol, rtol=rtol)
+@with_seed()
+def test_cudnn_dropout_reproducibility():
Review comment:
Ok, so this does not really work since the test does not really throw
when cudnn is not supported. I will revert that.
----------------------------------------------------------------
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]