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: issues-unsubscr...@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to