Wasserstein generative adversarial network implementation with Tensorflow.
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