wkcn commented on issue #14835: Flaky test test_custom_op_exc
URL: 
https://github.com/apache/incubator-mxnet/issues/14835#issuecomment-487780584
 
 
   ```
   Error in CustomOp.forward: Traceback (most recent call last):
   
     File "/work/mxnet/python/mxnet/operator.py", line 987, in forward_entry
   
       aux=tensors[4])
   
     File "/work/mxnet/tests/python/unittest/test_operator.py", line 5453, in 
forward
   
       fun_forward(in_data, out_data)
   
     File "/work/mxnet/tests/python/unittest/test_operator.py", line 5516, in f
   
       out_data[0][:] = mx.nd.dot(in_data[0], in_data[1])
   
     File "<string>", line 92, in dot
   
     File "/work/mxnet/python/mxnet/_ctypes/ndarray.py", line 92, in 
_imperative_invoke
   
       ctypes.byref(out_stypes)))
   
     File "/work/mxnet/python/mxnet/base.py", line 254, in check_call
   
       raise MXNetError(py_str(_LIB.MXGetLastError()))
   
   mxnet.base.MXNetError: [17:42:04] src/operator/tensor/./dot-inl.h:1261: 
Check failed: L[!Ta].Size() == R[Tb].Size() (2 vs. 1) : dot shape error: [4,2] 
X [1,4]
   ```

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


With regards,
Apache Git Services

Reply via email to