[GitHub] sxjscience commented on issue #9934: [MXNET-31] Support variable sequence length in gluon.RecurrentCell

2018-03-07 Thread GitBox
sxjscience commented on issue #9934: [MXNET-31] Support variable sequence length in gluon.RecurrentCell URL: https://github.com/apache/incubator-mxnet/pull/9934#issuecomment-371383734 @szha @piiswrong I've added the test of VariationalDropoutCell.

[GitHub] sxjscience commented on issue #9934: [MXNET-31] Support variable sequence length in gluon.RecurrentCell

2018-03-06 Thread GitBox
sxjscience commented on issue #9934: [MXNET-31] Support variable sequence length in gluon.RecurrentCell URL: https://github.com/apache/incubator-mxnet/pull/9934#issuecomment-371034568 I need to test the VariationalDropoutCell. Will add it after I finish the implementation of LayerNorm.