marcoabreu commented on a change in pull request #9791: CI test randomness 3
URL: https://github.com/apache/incubator-mxnet/pull/9791#discussion_r168898453
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -4401,7 +4522,10 @@ def test_stack():
         check_symbolic_forward(out, inputs, [output])
         check_numeric_gradient(out, inputs)
 
-
+# To repro, comment-out skip line, then execute:
+# MXNET_TEST_SEED=990952066 nosetests --verbose 
tests/python/unittest/test_operator.py:test_dropout
+@unittest.skip("test fails with seed 990952066: 0 output seen with dropout 
ratio=0. Not yet tracked.")
 
 Review comment:
   Could you fix the test? Dropout is quite important and we shouldn't disable 
it.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to