Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About video prediction #34

Open
nameless-mqc opened this issue Aug 27, 2020 · 0 comments
Open

About video prediction #34

nameless-mqc opened this issue Aug 27, 2020 · 0 comments

Comments

@nameless-mqc
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants