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/29 15:47:52 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #11003: rnn_cell little bug fixed

eric-haibin-lin commented on a change in pull request #11003: rnn_cell little bug fixed
URL: https://github.com/apache/incubator-mxnet/pull/11003#discussion_r199203242
 
 

 ##########
 File path: tests/python/unittest/test_gluon_rnn.py
 ##########
 @@ -171,6 +171,54 @@ def test_stack():
     assert outs == [(10, 100), (10, 100), (10, 100)]
 
 
+def test_hybridstack():
 
 Review comment:
   Do we have a unit test for the NC layout bug you fixed? 

----------------------------------------------------------------
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