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 2019/09/26 00:59:06 UTC

[GitHub] [incubator-mxnet] reminisce commented on issue #16279: [Bug] Inconsistency between HybridBlock and Block

reminisce commented on issue #16279: [Bug] Inconsistency between HybridBlock and Block
URL: https://github.com/apache/incubator-mxnet/issues/16279#issuecomment-535283060
 
 
   The problem is that ndarray indexing is not hybridizable. And more general, old symbol's `__getitem__` semantics is not consistent with ndarray's. There is a PR trying to address this problem in numpy module, but needs more diving-deep review.
   https://github.com/apache/incubator-mxnet/pull/15905

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