Skip to content

drewszurko/tensorflow-WGAN-GP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow 2.0 WGAN-GP

TensorFlow 2.0 implementation of Improved Training of Wasserstein GANs [1]. New/existing TensorFlow features found in this repository include eager execution, AutoGraph, Keras high-level API, and TensorFlow Datasets.

Requirements

Datasets

Usage

Install requirements

$ pip install -r requirements.txt

Train model

$ python main.py -dataset celeb_a -batch_size 64 -image_size 64

References

[1] Improved Training of Wasserstein GANs

Releases

No releases published

Packages

No packages published

Languages