Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soooda/vae

My reproduction of the base VAE using Pytorch
https://github.com/soooda/vae

deep-learning generative-model python pytorch

Last synced: 9 days ago
JSON representation

My reproduction of the base VAE using Pytorch

Awesome Lists containing this project

README

        

# 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

* [Auto-Encoding Variational Bayes](https://arxiv.org/abs/1312.6114)