[GitHub] szha commented on issue #10767: add reverse option to ndarray inplace reshape

2018-05-02 Thread GitBox
szha commented on issue #10767: add reverse option to ndarray inplace reshape
URL: https://github.com/apache/incubator-mxnet/pull/10767#issuecomment-386142311
 
 
   ping @piiswrong 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] szha commented on issue #10767: add reverse option to ndarray inplace reshape

2018-05-01 Thread GitBox
szha commented on issue #10767: add reverse option to ndarray inplace reshape
URL: https://github.com/apache/incubator-mxnet/pull/10767#issuecomment-385749579
 
 
   Symbol version reshape is a pass-through to the reshape operator, so reverse 
is already supported. 
https://mxnet.incubator.apache.org/versions/master/api/python/symbol/symbol.html?highlight=reshape#mxnet.symbol.Symbol.reshape


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] szha commented on issue #10767: add reverse option to ndarray inplace reshape

2018-05-01 Thread GitBox
szha commented on issue #10767: add reverse option to ndarray inplace reshape
URL: https://github.com/apache/incubator-mxnet/pull/10767#issuecomment-385749274
 
 
   It's used a lot in attention, and the in-place option can make a huge 
difference in saving memory.


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:
us...@infra.apache.org


With regards,
Apache Git Services