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/05/18 17:53:14 UTC

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #14994: Flaky test: test_lstm_clip

eric-haibin-lin opened a new issue #14994: Flaky test: test_lstm_clip
URL: https://github.com/apache/incubator-mxnet/issues/14994
 
 
   test_gluon_gpu.test_lstm_clip
   ```
   ======================================================================
   
   FAIL: test_gluon_gpu.test_lstm_clip
   
   ----------------------------------------------------------------------
   
   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/gpu/../unittest/common.py", line 177, in test_new
   
       orig_test(*args, **kwargs)
   
     File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 110, in test_new
   
       orig_test(*args, **kwargs)
   
     File "/work/mxnet/tests/python/gpu/test_gluon_gpu.py", line 163, in test_lstm_clip
   
       assert (cell_states >= clip_min).all() and (cell_states <= clip_max).all()
   
   AssertionError: 
   
   -------------------- >> begin captured logging << --------------------
   
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=551104712 to reproduce.
   
   --------------------- >> end captured logging << ---------------------
   
   
   ````
   
   
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-14935/6/pipeline
   
   
   https://github.com/apache/incubator-mxnet/pull/14935/files
   
   

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


With regards,
Apache Git Services