[GitHub] [incubator-mxnet] szha commented on issue #14476: Change RNN OP to stateful

2019-04-08 Thread GitBox
szha commented on issue #14476: Change RNN OP to stateful
URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-481065650
 
 
   @lihaofd thanks for the fix. Could you rebase to the current master? The 
flaky tests might have been disabled on master already.


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


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] szha commented on issue #14476: Change RNN OP to stateful

2019-03-20 Thread GitBox
szha commented on issue #14476: Change RNN OP to stateful
URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-475060301
 
 
   @stephenrawls This is to change the RNN op from legacy operator to a 
stateful operator. A stateful operator supports carrying arbitrary state from 
the forward computation to the backward computation. This makes it easy to pass 
states such as cudnn reserved spaces from forward op to the backward op.


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


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] szha commented on issue #14476: Change RNN OP to stateful

2019-03-19 Thread GitBox
szha commented on issue #14476: Change RNN OP to stateful
URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-474692772
 
 
   cc @stephenrawls since the work is related.


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


With regards,
Apache Git Services