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 2019/01/31 10:32:03 UTC

[GitHub] lebeg commented on issue #14016: fix test_depthwise_convoltuion for occasional CI failures

lebeg commented on issue #14016: fix test_depthwise_convoltuion for occasional CI failures
URL: https://github.com/apache/incubator-mxnet/pull/14016#issuecomment-459295539
 
 
   Unfortunately, the same test is failing in this PR:
   ```
   ======================================================================
   ERROR: test_operator.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 "/work/mxnet/tests/python/unittest/common.py", line 173, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/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 "/work/mxnet/python/mxnet/ndarray/ndarray.py", line 1995, in asnumpy
       ctypes.c_size_t(data.size)))
     File "/work/mxnet/python/mxnet/base.py", line 252, in check_call
       raise MXNetError(py_str(_LIB.MXGetLastError()))
   MXNetError: [01:40:38] src/operator/nn/mkldnn/mkldnn_base.cc:576: Check failed: similar 
   ```
   Not sure whether it's the same error though.

----------------------------------------------------------------
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