tensorflow-WGAN-GP icon indicating copy to clipboard operation
tensorflow-WGAN-GP copied to clipboard

TensorFlow 2.0 implementation of Improved Training of Wasserstein GANs

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