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/12/07 14:56:37 UTC

[GitHub] lebeg commented on issue #12203: flaky test: test_operator_gpu.test_depthwise_convolution

lebeg commented on issue #12203: flaky test: test_operator_gpu.test_depthwise_convolution
URL: https://github.com/apache/incubator-mxnet/issues/12203#issuecomment-445257242
 
 
   During testing we found another failure seed:
   ```
   ======================================================================
   FAIL: test_operator_gpu.test_depthwise_convolution
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
       self.test(*self.arg)
     File "/usr/local/lib/python2.7/dist-packages/nose/util.py", line 620, in newfunc
       return func(*arg, **kw)
     File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 173, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/gpu/../unittest/test_operator.py", line 1676, in test_depthwise_convolution
       np.testing.assert_allclose(arr1.asnumpy(), arr2.asnumpy(), rtol=1e-3, atol=1e-3)
     File "/usr/local/lib/python2.7/dist-packages/numpy/testing/_private/utils.py", line 1452, in assert_allclose
       verbose=verbose, header=header, equal_nan=equal_nan)
     File "/usr/local/lib/python2.7/dist-packages/numpy/testing/_private/utils.py", line 789, in assert_array_compare
       raise AssertionError(msg)
   AssertionError:
   Not equal to tolerance rtol=0.001, atol=0.001
   
   (mismatch 3.0612244898%)
    x: array([ 4.791068e+00,  1.593453e+01,  1.434397e+01,  1.545888e+01,
           1.460622e+01, -3.660450e+00,  8.265715e+00, -1.411026e+00,
           2.041084e+01,  1.641194e+01,  6.190044e+00,  2.084945e+01,...
    y: array([ 4.790918e+00,  1.593650e+01,  1.434332e+01,  1.545896e+01,
           1.460644e+01, -3.660306e+00,  8.265750e+00, -1.410326e+00,
           2.041158e+01,  1.641292e+01,  6.189894e+00,  2.084980e+01,...
   -------------------- >> begin captured logging << --------------------
   common: INFO: Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=689972485 to reproduce.
   common: INFO: 1 of 100: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=471847954 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