Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/valentingol/vae

Pesonal implementation of Varitional Auto-encoder
https://github.com/valentingol/vae

Last synced: 2 days ago
JSON representation

Pesonal implementation of Varitional Auto-encoder

Awesome Lists containing this project

README

        

# VAE

Personal implementation of convolutional variational auto-encodeur in many frameworks.

To install the requirements, run in a new virtual environment:

```script
pip install -r /requirements.txt
```

To run a training (example in tensorflow):

```script
python3 /train.py
```

The configurations can be changed in the script.

Example of images generated by a VAE on hand-written digits MNIST (with latent dimension of 2) from a grid on latent space:

![alt text](ressources/VAE-MNIST.png "MNIST VAE")