haojin2 commented on issue #11839: flaky test: test_spatial_transformer_with_type URL: https://github.com/apache/incubator-mxnet/issues/11839#issuecomment-408736236 Another failure on my dev machine: ``` ====================================================================== FAIL: test_operator_gpu.test_spatial_transformer_with_type ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/ubuntu/zhazha/tests/python/gpu/../unittest/common.py", line 172, in test_new orig_test(*args, **kwargs) File "/home/ubuntu/zhazha/tests/python/gpu/test_operator_gpu.py", line 704, in test_spatial_transformer_with_type check_consistency(sym, ctx_list) File "/home/ubuntu/zhazha/python/mxnet/test_utils.py", line 1354, in check_consistency raise e File "/home/ubuntu/zhazha/python/mxnet/test_utils.py", line 1349, in check_consistency equal_nan=equal_nan) File "/home/ubuntu/zhazha/python/mxnet/test_utils.py", line 493, in assert_almost_equal raise AssertionError(msg) AssertionError: Items are not equal: Error 56995.695913 exceeds tolerance rtol=0.000010, atol=0.000010. Location of maximum error:(0, 3, 7, 9), a=0.688489, b=0.075500 a: array([[[[ 13.85105315, 9.0159893 , -3.55307889, ..., 13.3817302 , 1.51110181, -27.07006942], [ 15.46217654, 29.52412869, 1.12123177, ..., 1.15918658,... b: array([[[[ 13.61693537, 8.89983682, -3.54552055, ..., 13.13456345, 1.48394349, -26.94436452], [ 14.9167828 , 29.43000904, 1.25100417, ..., 1.76727081,... -------------------- >> begin captured logging << -------------------- common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=914275233 to reproduce. --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- ``` This is produced by a build with MKLDNN and without CUDNN.
---------------------------------------------------------------- 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
