Skip to content

Latest commit

 

History

History

vae

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Variational Autoencoder

Tensorflow 2 generic implementation of a variational autoencoder (VAE).

Usage

To train the model on MNIST use

python train.py

To see all training options use

python train.py -h