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 2018/06/06 19:46:30 UTC

[GitHub] szha commented on a change in pull request #11166: Update rnn_cell.py

szha commented on a change in pull request #11166: Update rnn_cell.py
URL: https://github.com/apache/incubator-mxnet/pull/11166#discussion_r193536164
 
 

 ##########
 File path: python/mxnet/rnn/rnn_cell.py
 ##########
 @@ -39,11 +39,13 @@ def _cells_begin_state(cells, **kwargs):
     return sum([c.begin_state(**kwargs) for c in cells], [])
 
 def _cells_unpack_weights(cells, args):
+    cells = [cells]
 
 Review comment:
   why? is this a bug? is there a test case that triggers this bug?

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


With regards,
Apache Git Services