Skip to content
/ vae Public

My reproduction of the base VAE using Pytorch

Notifications You must be signed in to change notification settings

Soooda/vae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variational Autoencoder

This repo contains my reproduction of the base VAE paper in Pytorch. This model is using MNIST dataset.

Run python train.py -h to find exact flags you can set to kick start the training.

Run python evaulate.py -h to find exact flags you can set to use the trained model to generate new data.

References

About

My reproduction of the base VAE using Pytorch

Topics

Resources

Stars

Watchers

Forks

Languages