aGiant commented on issue #15431:
URL:
https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-633200508
This issue came back if using mxnet 1.6 and softmax outputs
```
test p shape: (145, 49)
Traceback (most recent call last):
File ".\data_process.py", line 69, in <module>
print(p.asnumpy())
File "C:\vnstudio\lib\site-packages\mxnet\ndarray\ndarray.py", line 2535,
in asnumpy
ctypes.c_size_t(data.size)))
File "C:\vnstudio\lib\site-packages\mxnet\base.py", line 255, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: [10:54:17]
c:\jenkins\workspace\mxnet-tag\mxnet\3rdparty\mshadow\mshadow\./extension/reshape.h:32:
Check failed: ishape.Size() == shape.Size() (870 vs. 7105) : reshape size must
match
```
----------------------------------------------------------------
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:
[email protected]