alexlee-gk / video_prediction

Stochastic Adversarial Video Prediction
https://alexlee-gk.github.io/video_prediction/
MIT License
303 stars 65 forks source link

Deterministic network architectyre #19

Closed fatemehtd closed 5 years ago

fatemehtd commented 5 years ago

Hi Alex, Thanks for releasing the code! Reading your paper, I am wondering what do you mean by deterministic model? Does it have the same architecture as the generator network with only previous frame as input and a l1 or l2 loss to construct the future frame?

Thanks.

alexlee-gk commented 5 years ago

That's correct. In addition, there is no latent variable z given to the generator (or equivalently, the dimensionality of z is zero).

fatemehtd commented 5 years ago

Thanks for the clarification