drckf / paysage

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

minor cleanup #92

Closed drckf closed 7 years ago

drckf commented 7 years ago

Just some small cleanup and bug fixes.

  1. Remove deep.py and init_deep.py because multilayered models are now supported through the Model class.
  2. Pass the same validation dataset to the reconstruction and fantasy particle methods in the examples (fixes a bug that can cause an error for large batch sizes).
  3. Add CONTRIBUTING.md to provide guidelines for contributions.