donhk1011 commented on issue #16002: How to get sliding window output? URL: https://github.com/apache/incubator-mxnet/issues/16002#issuecomment-533318506 Hi, Thanks for the reply. Is it possible to use gather_nd with something like for-loop? Could you please give me an example of how to use it with gather_nd? E.g., input - [0,1,2,3,4,5], output - [ [0,1], [1,2], [2,3], [3,4], [4,5] ]
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
