Remove deep.py and init_deep.py because multilayered models are now supported through the Model class.
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).
Add CONTRIBUTING.md to provide guidelines for contributions.
Just some small cleanup and bug fixes.
deep.py
andinit_deep.py
because multilayered models are now supported through theModel
class.