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 2018/03/30 05:17:13 UTC

[GitHub] HawkAaron opened a new issue #10331: ndarray doesn't support Ellipsis operation

HawkAaron opened a new issue #10331: ndarray doesn't support  Ellipsis operation
URL: https://github.com/apache/incubator-mxnet/issues/10331
 
 
   If we want to slice high dimension array, for example array A with shape (4,5,6,7), we need to explicitly slice each dimension, A[:, :, :, idx], rather than A[..., idx] in numpy, which is concision and easy to debug.

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