Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 691 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 691 Bytes

WGAN in Tensorflow

Implementation of a WGAN for MNIST, with checkpoint in model/

Requirements

  • tensorflow=1.0.0
  • numpy
  • tqdm
  • argparse

Train

To train the model, run the command:

python model.py --train

Model retrieve automaticcaly the last checkpoint and restart at the global step, and saved itself every 100 iterations.
It also saved summary for images generated and other variables, to further display in Tensorboard tensorboard --logdir="logs"

Draw

To draw sample from the generator, run the command:

python model.py --draw 1,2,3,4,5,7,9

Samples generated

Alt text