Variational Autoencoder implementation with Tensorflow.
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