vae icon indicating copy to clipboard operation
vae copied to clipboard

Generate new images with Variational Autoencoder and Tensorflow.

Variational Autoencoder

Variational Autoencoder implementation with Tensorflow.

Usage

Prepare folder with images of fixed size.

git clone https://github.com/WojciechMormul/van.git
cd vae
python make_record.py --images-path=./data --record-path=./train.record
python vae_train.py
python vae_eval.py