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 2017/11/05 11:27:52 UTC

[GitHub] fallingdust opened a new issue #8546: What's the equivalent of np.where()?

fallingdust opened a new issue #8546: What's the equivalent of np.where()?
URL: https://github.com/apache/incubator-mxnet/issues/8546
 
 
   I want to do something like:
   
   keep = np.where(labels != -1)[0]
   cls_scores = cls_scores[keep]
   
   What's the equivalent in NDArray?

----------------------------------------------------------------
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