Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 390 Bytes

Generative Adversarial Network

Wasserstein generative adversarial network implementation with Tensorflow.

Usage

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