JeanKossaifi commented on issue #18695:
URL:
https://github.com/apache/incubator-mxnet/issues/18695#issuecomment-904141001
I still get the issue with `mxnet-1.8.0.post`:
```python
import mxnet.numpy as mnp
a = mnp.arange(2**7).reshape((2,)*7)
a = mnp.transpose(a)
```
raises the following issue:
```python
MXNetError: Traceback (most recent call last):
File "../src/operator/numpy/np_matrix_op.cc", line 53
MXNetError: Check failed: shp.ndim() <= 6 (7 vs. 6) : Transpose support at
most 6 dimensions
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]