Skip to content
/ vae Public

Generate new images with Variational Autoencoder and Tensorflow.

Notifications You must be signed in to change notification settings

wojciechmo/vae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate new images with Variational Autoencoder and Tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages