Skip to content
forked from wojciechmo/gan

Generate new images with Generative Adversarial Network and Tensorflow.

Notifications You must be signed in to change notification settings

Masood-Lapeh/gan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%