Skip to content

Pesonal implementation of Varitional Auto-encoder

Notifications You must be signed in to change notification settings

valentingol/VAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VAE

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

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

pip install -r <framework>/requirements.txt

To run a training (example in tensorflow):

python3 <framework>/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

About

Pesonal implementation of Varitional Auto-encoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages