piiswrong commented on a change in pull request #7067: variational dropout cell
URL: https://github.com/apache/incubator-mxnet/pull/7067#discussion_r130946817
##########
File path: tests/python/unittest/test_gluon_rnn.py
##########
@@ -163,6 +163,19 @@ def test_zoneout():
assert outs == [(10, 100), (10, 100), (10, 100)]
+def test_vardrop():
Review comment:
add imperative forward test. also test hybridize. Looks like the current
implementation won't support hybridize
----------------------------------------------------------------
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