Fix bug in which the ConvLSTM2D layer could not be cloned.
authorFrancois Chollet <fchollet@google.com>
Wed, 9 May 2018 22:36:34 +0000 (15:36 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 9 May 2018 22:39:24 +0000 (15:39 -0700)
commitcf04e06291d1902246ccf757c0be816d35212ea3
treefaa2758bed2c2b80a5a1ad973909d973b5656ace
parentff6ec5d65cc9285b28a98786ca27adca05e89d1f
Fix bug in which the ConvLSTM2D layer could not be cloned.

PiperOrigin-RevId: 196040413
tensorflow/python/keras/_impl/keras/layers/convolutional_recurrent.py
tensorflow/python/keras/_impl/keras/layers/convolutional_recurrent_test.py