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/05/22 06:39:28 UTC

[GitHub] TaoLv commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU

TaoLv commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU
URL: https://github.com/apache/incubator-mxnet/pull/10311#discussion_r189790446
 
 

 ##########
 File path: tests/python/unittest/test_operator.py
 ##########
 @@ -93,6 +93,41 @@ def test_lstm_bidirectional():
     check_rnn_consistency(stack, fused, T, N, I, H)
     check_rnn_consistency(fused, stack, T, N, I, H)
 
+@with_seed()
+def test_gru_sym():
 
 Review comment:
   @szha @piiswrong May I know how to check the gradient weight and gradient bias in test case? Seems they are not verified in the `check_rnn_consistency` function.

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