You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/20 02:40:32 UTC

[GitHub] [incubator-mxnet] lihaofd opened a new pull request #14476: Change RNN OP to stateful

lihaofd opened a new pull request #14476: Change RNN OP to stateful
URL: https://github.com/apache/incubator-mxnet/pull/14476
 
 
   ## Description ##
   In this PR, it refactored RNN OP to stateful by using FStatefulCompute
   @pengzhao-intel, @TaoLv , @ciyongch 
   
   ## Feature changes ##
   ### New features ###
   - Support Stateful RNN OP registration
   
   ### Unit-test changes ###
   - Using exisiting Unit Test case like tests/python/unittests/test_operator.py to check consistency with LSTMCell/GRUCell/RNNCell output
   
   ## Checklist ##
    - [X] Passed code style checking (make lint).
    - [X] All changes have test coverage.
    - [ ] Code is well-documented.

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


With regards,
Apache Git Services