A simple Pytorch implementation of variational autoencoder.
To run the program: python3 vae.py
Output results:
The left figure is the input image, the right figure is the generated image.Reference
[1] Kingma, Diederik P., and Max Welling. “Auto-encoding variational bayes.” arXiv preprint arXiv:1312.6114 (2013).
[2] https://github.com/pytorch/examples