drckf / paysage

Unsupervised learning and generative models in python/pytorch.
Other
119 stars 25 forks source link

fix bug in GaussianLayer #110

Closed jrwalsh1 closed 7 years ago

jrwalsh1 commented 7 years ago

On the last layers refactor, the random number generator for the Gaussian layer was incorrectly changed. This fixes it.