What is the shape of the hidden/cell state of convLSTM2D?
I am new to convLSTM2D
and I understood how it works. I have a confusion regarding the shape of the hidden state at different epochs (h_t)
. Coniser the following code:
I am new to convLSTM2D
and I understood how it works. I have a confusion regarding the shape of the hidden state at different epochs (h_t)
. Coniser the following code: