/gan

Generate new images with Generative Adversarial Network and Tensorflow.

Primary LanguagePython

Generative Adversarial Network

Wasserstein generative adversarial network implementation with Tensorflow.

Usage

Prepare folder with images of fixed size.

git clone https://github.com/WojciechMormul/gan.git
cd gan
python make_record.py --images-path=./data --record-path=./train.record
python gan_train.py
python gan_eval.py