Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 523 Bytes

Variational-Autoencoder-Pytorch

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