You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I want to use convlstm to do video prediction(N to 1). How can I stack a few convlstm layers and pass the outputs to a conv2d layer? In keras, I can stack a few convlstm2d and use return_sequences=False in the last one to make sure the dimension is right, but I don't know how to use this convlstmcell, should I use tf.contrib.rnn.MultiRNNCell?
The text was updated successfully, but these errors were encountered:
Hi. I want to use convlstm to do video prediction(N to 1). How can I stack a few convlstm layers and pass the outputs to a conv2d layer? In keras, I can stack a few convlstm2d and use return_sequences=False in the last one to make sure the dimension is right, but I don't know how to use this convlstmcell, should I use tf.contrib.rnn.MultiRNNCell?
The text was updated successfully, but these errors were encountered: