samaonline / Hierarchical-Model-for-Long-term-Video-Prediction

Given the previous frames of the video as input, we want to get the long-term frame prediction.
Apache License 2.0
31 stars 7 forks source link

Deep-seq2seq-LSTM. batchsize #1

Closed kikyou123 closed 7 years ago

kikyou123 commented 7 years ago

i think your Deep-seq2seq train datesets have only one? is it wrong?

samaonline commented 7 years ago

Sorry but I don't quite understand the question.

kikyou123 commented 7 years ago

image i think it is : frames_train = top_frames[:150]

samaonline commented 7 years ago

Thanks for pointing out! I have fixed it.