Skip to content

keiohta/tf_gans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages