You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/31 03:29:23 UTC

[GitHub] Godricly opened a new issue #7680: ndarray Slice with step

Godricly opened a new issue #7680: ndarray Slice with step
URL: https://github.com/apache/incubator-mxnet/issues/7680
 
 
   Current slicing still does not support slicing step. Is there any plan to support one? 
   ``` python
   a = mx.nd.zeros((10,10))
   b = a[:,::2]
   ```
 
----------------------------------------------------------------
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