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/10/03 16:30:15 UTC

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #14728: [MXNET-1386] fix for shape mismatch

samskalicky edited a comment on issue #14728: [MXNET-1386] fix for shape mismatch
URL: https://github.com/apache/incubator-mxnet/pull/14728#issuecomment-538021245
 
 
   @pengzhao-intel  Im getting a weird failure for the MKL test_subgraph.py test, but all the other tests are passing. Heres one of the failing tests (from the unix-cpu job)
   
   ```
   ======================================================================
   ERROR: test_subgraph.test_pos_conv_add2
   ----------------------------------------------------------------------
   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 "/work/mxnet/tests/python/mkl/../unittest/common.py", line 177, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/mkl/test_subgraph.py", line 735, in test_pos_conv_add2
       check_fusion(net, data_shape, attrs)
     File "/work/mxnet/tests/python/mkl/../unittest/common.py", line 177, in test_new
       orig_test(*args, **kwargs)
     File "/work/mxnet/tests/python/mkl/test_subgraph.py", line 272, in check_fusion
       assert_almost_equal(exe.outputs[i].asnumpy(), exe_sg.outputs[i].asnumpy(), rtol=1e-3, atol=1e-1)
     File "/work/mxnet/python/mxnet/ndarray/ndarray.py", line 2504, in asnumpy
       ctypes.c_size_t(data.size)))
     File "/work/mxnet/python/mxnet/base.py", line 254, in check_call
       raise MXNetError(py_str(_LIB.MXGetLastError()))
   mxnet.base.MXNetError: std::exception
   -------------------- >> begin captured logging << --------------------
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=927032378 to reproduce.
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=22356853 to reproduce.
   --------------------- >> end captured logging << ---------------------
   ```
   
   Can someone from the Intel team help debug?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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