Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 594 Bytes

Basic VAE Example

This is an implementation of the paper Auto-Encoding with Variational Bayes by D.P.Kingma and M.Welling. This code follows pytorch/examples/vae.

pip install -r requirements.txt
python main.py

Examples

If you run the code by above command, you can get some generated images:

generated_mnist

and reconstructions of test set digitis:

reconstruction_mnist

The test set ELBO after 10 epochs should be around 106.