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

Reply via email to