Skip to content

Latest commit

 

History

History
 
 

vae

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.