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

sorted(self.conv_layers.keys()) #54

Closed v2c08 closed 5 years ago

v2c08 commented 5 years ago

Hi,

Is there any reason for sorting the convolutional layers alphabetically before building them?

I'm having some trouble adding custom layers and it would be great to know that this isn't a factor.

Thanks

bill-lotter commented 5 years ago

Hi sorry for the slow reply. Looking back at it, I don't think there's any important reason why it needs to be sorted.