A4Bio / SimVP

The official implementation of the CVPR'22 paper SimVP: Simpler Yet Better Video Prediction.
205 stars 40 forks source link

Question regarding Training Signal Sources #10

Closed LeoXinhaoLee closed 1 year ago

LeoXinhaoLee commented 1 year ago

Hi, thank you very much for releasing code for this inspiring work. Regarding the prediction length, say we input 10 previous frames and output 10 future frames, if our final goal is to predict 1 future frame at evaluation time, do we also calculate and backpropagate the loss on the 2nd to the 9th future frames or just on the 1st future frame during training?

Thank you very much for your time and help!

gaozhangyang commented 1 year ago

We will ignore the the loss on the 2nd to the 9th future frames. We just impose loss on the 1st future frame during training