[GitHub] szha commented on a change in pull request #7352: add Sequential compatibility to rnn layers

2017-08-09 Thread git
szha commented on a change in pull request #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352#discussion_r132342977 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -487,6 +502,7 @@ class GRU(_RNNLayer): >

[GitHub] szha commented on a change in pull request #7352: add Sequential compatibility to rnn layers

2017-08-05 Thread git
szha commented on a change in pull request #7352: add Sequential compatibility to rnn layers URL: https://github.com/apache/incubator-mxnet/pull/7352#discussion_r131535173 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -151,10 +151,52 @@ def begin_state(self, batc