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 2018/08/16 15:13:35 UTC

[GitHub] lebeg opened a new issue #12203: flaky test: test_operator_gpu.test_depthwise_convolution

lebeg opened a new issue #12203: flaky test: test_operator_gpu.test_depthwise_convolution
URL: https://github.com/apache/incubator-mxnet/issues/12203
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-12181/4/pipeline
   
   ```
   ======================================================================
   
   FAIL: test_operator_gpu.test_depthwise_convolution
   
   ----------------------------------------------------------------------
   
   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 "/usr/local/lib/python3.5/dist-packages/nose/util.py", line 620, in newfunc
   
       return func(*arg, **kw)
   
     File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 172, in test_new
   
       orig_test(*args, **kwargs)
   
     File "/work/mxnet/tests/python/gpu/../unittest/test_operator.py", line 1663, in test_depthwise_convolution
   
       np.testing.assert_allclose(arr1.asnumpy(), arr2.asnumpy(), rtol=1e-3, atol=1e-3)
   
     File "/usr/local/lib/python3.5/dist-packages/numpy/testing/nose_tools/utils.py", line 1396, in assert_allclose
   
       verbose=verbose, header=header, equal_nan=equal_nan)
   
     File "/usr/local/lib/python3.5/dist-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare
   
       raise AssertionError(msg)
   
   AssertionError: 
   
   Not equal to tolerance rtol=0.001, atol=0.001
   
   
   
   (mismatch 2.040816326530617%)
   
    x: array([[[[  7.347052,  -1.722254,   7.837829,   4.21605 ,  -1.359475,
   
               1.55463 ,   6.701931],
   
            [ 11.283103,  12.302897,  -9.111632,  -3.390831,  -4.708895,...
   
    y: array([[[[  7.348634,  -1.720118,   7.836634,   4.217753,  -1.361165,
   
               1.552893,   6.695152],
   
            [ 11.284711,  12.303747,  -9.112375,  -3.390379,  -4.709879,...
   
   -------------------- >> begin captured logging << --------------------
   
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=640580015 to reproduce.
   
   --------------------- >> end captured logging << ---------------------
   
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services