Code and models accompanying "Deep Predictive Coding Networks for Video Prediction and Unsupervised Learning"
765
stars
260
forks
source link
Filter size runtime error when stack_sizes and R_stack_sizes are set with different channels #56
Closed
RoshanRane closed 5 years ago
The bug is caused due to line 305 in the
build()
method ofPredNet
class. The fix is -nb_channels = 2 * self.stack_sizes[l]