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 2018/08/23 19:24:48 UTC

[GitHub] haojin2 opened a new issue #12314: flaky test: test_operator.test_dropout

haojin2 opened a new issue #12314: flaky test: test_operator.test_dropout
URL: https://github.com/apache/incubator-mxnet/issues/12314
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-12311/1/pipeline
   ```
   ======================================================================
   
   FAIL: test_operator.test_dropout
   
   ----------------------------------------------------------------------
   
   Traceback (most recent call last):
   
     File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest
   
       self.test(*self.arg)
   
     File "/work/mxnet/tests/python/unittest/common.py", line 172, in test_new
   
       orig_test(*args, **kwargs)
   
     File "/work/mxnet/tests/python/unittest/test_operator.py", line 5844, in test_dropout
   
       check_dropout_ratio(0.0, shape)
   
     File "/work/mxnet/tests/python/unittest/test_operator.py", line 5788, in check_dropout_ratio
   
       assert exe.outputs[0].asnumpy().min() == min_value
   
   AssertionError: 
   
   -------------------- >> begin captured logging << --------------------
   
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=119185068 to reproduce.
   
   --------------------- >> end captured logging << ---------------------
   ```

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


With regards,
Apache Git Services