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/07/17 17:52:33 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #13221: Flaky tests: test_gluon_model_zoo_gpu.test_training

ChaiBapchya commented on issue #13221: Flaky tests: test_gluon_model_zoo_gpu.test_training
URL: https://github.com/apache/incubator-mxnet/issues/13221#issuecomment-512499433
 
 
   Yet another time
   Unrelated PR https://github.com/apache/incubator-mxnet/pull/15541
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-15541/2/pipeline
   ```
   ======================================================================
   FAIL: test_gluon_model_zoo_gpu.test_training
   ----------------------------------------------------------------------
   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 "/work/mxnet/tests/python/gpu/../unittest/common.py", line 177, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/gpu/test_gluon_model_zoo_gpu.py", line 181, in test_training
       rtol=1e-3, atol=1e-3)
     File "/work/mxnet/python/mxnet/test_utils.py", line 510, in assert_almost_equal
       raise AssertionError(msg)
   AssertionError: 
   Items are not equal:
   Error 1.071543 exceeds tolerance rtol=0.001000, atol=0.001000.  Location of maximum error:(263,), a=2.995600, b=2.999886
    a: array([1.4665551, 1.2490531, 1.574928 , ..., 1.324182 , 1.3332574,
          1.6793004], dtype=float32)
    b: array([1.4677135, 1.2497671, 1.5763084, ..., 1.3250492, 1.3341433,
          1.680894 ], dtype=float32)
   ```

----------------------------------------------------------------
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