- Add a variational encoder-decoder model (input and output are different), which can be used e.g for the realization of the *im2spec*-type models - Add a baseVAE class for more flexibility and less repetition - More tests and bug fixes
0.0.3
Bug fixes and minor improvements
0.0.2
- Add joint (t)(r)VAE using parallel enumeration in Pyro - Bug fixes - Add some tests