anirudhacharya opened a new issue #10755: 'Take' operator should support non-zero axis values URL: https://github.com/apache/incubator-mxnet/issues/10755 The current implementation of [Take operator](https://mxnet.incubator.apache.org/api/python/symbol/symbol.html#mxnet.symbol.take) is incomplete. As mentioned in the documentation, It supports slicing along only axis=0 and in ‘clip’ mode. The operator is intended to support other negative and non-negative values for axis. THe current implementation of the operator needs to be modified to meet multiple axis values. @piiswrong @szha @zheng-da @haojin2 @eric-haibin-lin
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
