coxlab / prednet

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

extrap_start_time #23

Closed ShawnLue closed 7 years ago

ShawnLue commented 7 years ago

Variable manipulation support for TF backend, when using extrap_start_time. Also, when using extrap_start_time, self.states in build() should be extended.

bill-lotter commented 7 years ago

I incorporated similar changes in cc76248. Thanks for the suggestions!