piiswrong commented on a change in pull request #7067: variational dropout cell
URL: https://github.com/apache/incubator-mxnet/pull/7067#discussion_r130945963
##########
File path: python/mxnet/gluon/rnn/rnn_cell.py
##########
@@ -719,6 +719,68 @@ def unroll(self, length, inputs, begin_state=None,
layout='NTC', merge_outputs=N
return outputs, states
+class VariationalDropoutCell(ModifierCell):
+ """
+ Applies Variational Dropout on base cell.
Review comment:
add more explanation. reference the papers in reference format, see dropout
----------------------------------------------------------------
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