coxlab / prednet

Code and models accompanying "Deep Predictive Coding Networks for Video Prediction and Unsupervised Learning"
https://arxiv.org/abs/1605.08104
MIT License
764 stars 260 forks source link

Can the model predict other video frame without training just using the pretrained model? #36

Closed guanfuchen closed 6 years ago

guanfuchen commented 6 years ago

I want to use the model to predict other video, should this model be trained for every different video, or just use one trained model to predict other videos?

17Skye17 commented 6 years ago

I am facing the same question, have you figured it out? : )

bill-lotter commented 6 years ago

Typically the model will perform best when the testing distribution reflects the training distribution, but there may be some degree of extrapolation if the testing samples share similar properties to training.