piiswrong 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_r190680019
##########
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:
you can get gradient with block.weight.grad()
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services