abhishekshingadiya / gan

Generate new images with Generative Adversarial Network and Tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generate new images with Generative Adversarial Network and Tensorflow.


Languages

Language:Python 100.0%