ndrplz/ConvLSTM_pytorch

Missing Hadamard Products in Forward pass

bkoyuncu opened this issue · 2 comments

First off thank you for the implementation. Are Hadamard products in the paper missing? Please see the image below and paper that I am referring to for clarification.

Image for equations
Paper

The cell dynamic implemented in this repo is different from the one in the paper you mention.

Probably #8 will answer your question.

To be fair, a couple of years have passed and I can't remember right now why we chose to implement a slightly different dynamic than in the "original" paper.

@DavideA, do you have a better memory?

Thank you, shoud have checked the prev questions first.