Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.02 KB

TF-GANs

This repository supports following GAN implementations

Dependencies

  • python libraries
$ pip install requirements.txt
  • others
    • ffmpeg to generate animation

Examples

MNIST

$ cd tf_gans
$ python run_mnist.py

Visualization

This code automatically generates results directory and it contains a log for each experiment and includes TensorBoard log. So only you have to do is just call the results directory like following.

$ cd /path/to/results
$ tensorboard --logdir=results