carlthome/tensorflow-convlstm-cell

Add zero padding around concatenated weight matrices

carlthome opened this issue · 1 comments

Add zero padding around concatenated weight matrices

The gates are concatenated in the depth dimension (number of filters) so zero padding is not needed as each gate gets their own kernels.