This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e1ad58  Update conv_rnn_cell.py (#8002)
3e1ad58 is described below

commit 3e1ad5818adba5c42c86ff5888780d90f6483610
Author: Sheng Zha <s...@users.noreply.github.com>
AuthorDate: Sat Sep 23 11:58:20 2017 -0700

    Update conv_rnn_cell.py (#8002)
---
 python/mxnet/gluon/contrib/rnn/conv_rnn_cell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mxnet/gluon/contrib/rnn/conv_rnn_cell.py 
b/python/mxnet/gluon/contrib/rnn/conv_rnn_cell.py
index f060884..fbe6981 100644
--- a/python/mxnet/gluon/contrib/rnn/conv_rnn_cell.py
+++ b/python/mxnet/gluon/contrib/rnn/conv_rnn_cell.py
@@ -595,7 +595,7 @@ class Conv2DLSTMCell(_ConvLSTMCell):
         Container for weight sharing between cells. Created if None.
     """
     def __init__(self, input_shape, hidden_channels,
-                 i2h_kernel=(3, 3), h2h_kernel=(3, 3),
+                 i2h_kernel, h2h_kernel,
                  i2h_pad=(0, 0),
                  i2h_dilate=(1, 1), h2h_dilate=(1, 1),
                  i2h_weight_initializer=None, h2h_weight_initializer=None,

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to