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/25 18:09:15 UTC

[GitHub] Godricly commented on issue #7609: Update ndarray.py

Godricly commented on issue #7609: Update ndarray.py
URL: https://github.com/apache/incubator-mxnet/pull/7609#issuecomment-324997166
 
 
   looks good for me. I'll try it later. BTW, is the anyway to slice a mx.nd.array with a list?
   something like this
   ```python
   a=mx.nd.array((4,4))
   b = [0,2]
   a[b]
   ```
   I saw slicing function in documents. But that looks different.
   
 
----------------------------------------------------------------
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