Open haojin2 opened 4 years ago
Happening again at: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-16786/10/pipeline/362
======================================================================
FAIL: test_ops.test_deconvolution2d
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/work/mxnet/tests/python/tensorrt/../unittest/common.py", line 177, in test_new
orig_test(*args, **kwargs)
File "/work/mxnet/tests/python/tensorrt/test_ops.py", line 210, in test_deconvolution2d
rtol_fp16=rtol_fp16, atol_fp16=atol_fp16)
File "/work/mxnet/tests/python/tensorrt/test_ops.py", line 107, in check_single_sym
assert_allclose(fp32, orig, rtol=rtol_fp32, atol=atol_fp32)
File "/usr/local/lib/python3.6/dist-packages/numpy/testing/_private/utils.py", line 1515, in assert_allclose
verbose=verbose, header=header, equal_nan=equal_nan)
File "/usr/local/lib/python3.6/dist-packages/numpy/testing/_private/utils.py", line 841, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=1e-06, atol=0
Mismatch: 0.0349%
Max absolute difference: 4.7683716e-07
Max relative difference: 1.682386e-06
x: array([[[[1.121419, 0.82041 , 1.309779, ..., 0.503725, 0.834245,
0.764753],
[0.745547, 1.025158, 0.686113, ..., 0.813022, 0.677198,...
y: array([[[[1.121419, 0.82041 , 1.309779, ..., 0.503725, 0.834245,
0.764753],
[0.745547, 1.025158, 0.686113, ..., 0.813022, 0.677198,...
-------------------- >> begin captured logging << --------------------
common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=573353477 to reproduce.
--------------------- >> end captured logging << ---------------------
Happening again: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-16801/13/pipeline/362
======================================================================
FAIL: test_ops.test_deconvolution2d
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/work/mxnet/tests/python/tensorrt/../unittest/common.py", line 177, in test_new
orig_test(*args, **kwargs)
File "/work/mxnet/tests/python/tensorrt/test_ops.py", line 222, in test_deconvolution2d
rtol_fp16=rtol_fp16, atol_fp16=atol_fp16)
File "/work/mxnet/tests/python/tensorrt/test_ops.py", line 107, in check_single_sym
assert_allclose(fp32, orig, rtol=rtol_fp32, atol=atol_fp32)
File "/usr/local/lib/python3.6/dist-packages/numpy/testing/_private/utils.py", line 1515, in assert_allclose
verbose=verbose, header=header, equal_nan=equal_nan)
File "/usr/local/lib/python3.6/dist-packages/numpy/testing/_private/utils.py", line 841, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=5e-05, atol=0
Mismatch: 0.00551%
Max absolute difference: 1.2367964e-05
Max relative difference: 5.450864e-05
x: array([[[[0.797838, 0.974776, 2.300395, ..., 1.709959, 2.381261,
1.535094],
[1.315217, 2.675796, 5.480255, ..., 4.280962, 5.190691,...
y: array([[[[0.797841, 0.974777, 2.300396, ..., 1.709959, 2.38126 ,
1.535094],
[1.315219, 2.675797, 5.480257, ..., 4.280962, 5.190691,...
-------------------- >> begin captured logging << --------------------
common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=609880636 to reproduce.
--------------------- >> end captured logging << ---------------------
@ptrendx @DickJC123 This is happening quite often for TensorRT tests, can you guys probably take a look? I believe it could also be flaky in 1.6.0 branch.
Also happens here: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-17138/6/pipeline
======================================================================
FAIL: test_ops.test_convolution2d
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/work/mxnet/tests/python/tensorrt/../unittest/common.py", line 221, in test_new
orig_test(*args, **kwargs)
File "/work/mxnet/tests/python/tensorrt/test_ops.py", line 159, in test_convolution2d
rtol_fp16=rtol_fp16, atol_fp16=atol_fp16)
File "/work/mxnet/tests/python/tensorrt/test_ops.py", line 107, in check_single_sym
assert_allclose(fp32, orig, rtol=rtol_fp32, atol=atol_fp32)
File "/usr/local/lib/python3.6/dist-packages/numpy/testing/_private/utils.py", line 1533, in assert_allclose
verbose=verbose, header=header, equal_nan=equal_nan)
File "/usr/local/lib/python3.6/dist-packages/numpy/testing/_private/utils.py", line 846, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=0, atol=0
Mismatched elements: 7141 / 12544 (56.9%)
Max absolute difference: 1.1920929e-06
Max relative difference: 4.121238e-07
x: array([[[[2.720627, 3.646537, 2.396177, ..., 2.24084 , 2.384826,
3.200811],
[1.746048, 3.376214, 2.557979, ..., 2.242502, 2.777753,...
y: array([[[[2.720627, 3.646537, 2.396177, ..., 2.24084 , 2.384826,
3.200811],
[1.746048, 3.376214, 2.557979, ..., 2.242502, 2.777753,...
-------------------- >> begin captured logging << --------------------
common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=752792231 to reproduce.
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-16720/6/pipeline/