larroy commented on issue #11616: Flaky test test_gluon.test_export URL: https://github.com/apache/incubator-mxnet/issues/11616#issuecomment-403971858 The import export tests are failing on my machine with latest master: ``` [INFO] Setting test np/mx/python random seeds, use MXNET_TEST_SEED=233564263 to reproduce. FAIL ====================================================================== FAIL: test_gluon.test_export ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/piotr/py3/lib/python3.5/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/home/piotr/devel/mxnet/mxnet/tests/python/unittest/common.py", line 157, in test_new orig_test(*args, **kwargs) File "/home/piotr/devel/mxnet/mxnet/tests/python/unittest/test_gluon.py", line 799, in test_export assert_almost_equal(out.asnumpy(), mod_out.asnumpy()) File "/home/piotr/devel/mxnet/mxnet/python/mxnet/test_utils.py", line 494, in assert_almost_equal raise AssertionError(msg) AssertionError: Items are not equal: Error 5336385536.000000 exceeds tolerance rtol=0.000010, atol=0.000000. Location of maximum error:(0, 321), a=-8591.546875, b=0.161002 a: array([[ -6051.294 , 4307.4683 , 4112.863 , -6575.2446 , -2436.4683 , 3050.015 , -8878.826 , -8480.262 , -9142.191 , -310.93896 , -661.2363 , -5160.913 ,... b: array([[ -51.129765 , 12.116906 , 15.172363 , -63.08578 , -44.068184 , -10.512493 , -66.99067 , -45.393295 , -63.472206 , -63.23494 , 12.72966 , 65.423035 ,... -------------------- >> begin captured logging << -------------------- common: INFO: Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=2102901580 to reproduce. common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=233564263 to reproduce. --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 1 test in 1.050s ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
