anirudhacharya commented on issue #11839: flaky test: test_spatial_transformer_with_type URL: https://github.com/apache/incubator-mxnet/issues/11839#issuecomment-408260277 jenkins log file - http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/incubator-mxnet/branches/PR-11856/runs/5/nodes/859/log/?start=0 ```bash ====================================================================== FAIL: test_operator_gpu.test_spatial_transformer_with_type ---------------------------------------------------------------------- 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 172, in test_new orig_test(*args, **kwargs) File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 707, in test_spatial_transformer_with_type check_consistency(sym, ctx_list) File "/work/mxnet/python/mxnet/test_utils.py", line 1354, in check_consistency raise e File "/work/mxnet/python/mxnet/test_utils.py", line 1349, in check_consistency equal_nan=equal_nan) File "/work/mxnet/python/mxnet/test_utils.py", line 493, in assert_almost_equal raise AssertionError(msg) AssertionError: Items are not equal: Error 14350.833283 exceeds tolerance rtol=0.000010, atol=0.000010. Location of maximum error:(0, 3, 2, 6), a=3.242524, b=2.710094 a: array([[[[-23.61268397, -14.63544932, 0.74020521, ..., 8.87566184, -10.74963933, -11.83532109], [ 20.2245003 , 3.22738566, 21.24695322, ..., 4.78354851,... b: array([[[[-21.55476512, -13.13690641, 0.56911162, ..., 8.07749741, -9.78960317, -10.73026276], [ 18.3851834 , 3.02351875, 19.34346791, ..., 4.4130619 ,... -------------------- >> begin captured stdout << --------------------- Train Err: ctx 1 vs ctx 0 at data ```
---------------------------------------------------------------- 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
