An implementation of Variational Autoencoder as introduced in Auto-Encoding Variational Bayes by Kingma et.al.
Input image | Reconstructed image | Generated image |
The results can be reproduced by running the following command:
python3 vae_elbo/run_vae_model.py
python 3.4.3
tensorflow 1.1.0
prettytensor 0.7.4