loliverhennigh / Convolutional-LSTM-in-Tensorflow

An implementation of convolutional lstms in tensorflow. The code is written in the same style as the basiclstmcell function in tensorflow
Apache License 2.0
419 stars 162 forks source link

Question about equation. #9

Open pokem1402 opened 7 years ago

pokem1402 commented 7 years ago

Hi, I have a question.

In paper, each gate has cell memory term with convolution.

But your code doesn't have.

I think i missed your intention of what it is, please let me know what I missed it.