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 2019/02/28 23:04:22 UTC

[GitHub] junrushao1994 opened a new issue #14288: Flaky test: test_operator_gpu.test_dropout

junrushao1994 opened a new issue #14288: Flaky test: test_operator_gpu.test_dropout
URL: https://github.com/apache/incubator-mxnet/issues/14288
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-gpu/branches/PR-14270/runs/5/nodes/271/steps/624/log/?start=0
   
   ```
   ======================================================================
   FAIL: test_operator_gpu.test_dropout
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
       self.test(*self.arg)
     File "/usr/local/lib/python2.7/dist-packages/nose/util.py", line 620, in newfunc
       return func(*arg, **kw)
     File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 173, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/gpu/../unittest/test_operator.py", line 6107, in test_dropout
       check_dropout_ratio(1.0, shape, cudnn_off=False)
     File "/work/mxnet/tests/python/gpu/../unittest/test_operator.py", line 6040, in check_dropout_ratio
       check_correctness(exe, exe.arg_arrays[0].asnumpy(), ratio)
     File "/work/mxnet/tests/python/gpu/../unittest/test_operator.py", line 6005, in check_correctness
       assert output_zeroes == len(input)
   AssertionError: 
   -------------------- >> begin captured logging << --------------------
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=623337751 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