I am new to LSTM
. In LSTM
one can set how many units one wants. In ConvLSTM2D
I can set the number of filters which I presume will be used for the convolution part. Then why can’t I set how many independent LSTM
unit I want to invoke? I am sure my understanding is flawed.