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/05/30 17:52:42 UTC

[GitHub] reminisce commented on issue #11099: Fancy indexing with a list instead of a tuple

reminisce commented on issue #11099: Fancy indexing with a list instead of a tuple
URL: https://github.com/apache/incubator-mxnet/issues/11099#issuecomment-393256981
 
 
   Thanks for reporting this. There are some concerns about inconsistent indexing behavior using lists in the numpy world.
   https://github.com/numpy/numpy/issues/4940
   https://github.com/numpy/numpy/issues/6564
   That's why we don't want to introduce this kind of inconsistency into mxnet. From those threads, you can see that it's encouraged to avoid using lists in numpy, so as in mxnet.

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