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.
Install requirements
$ pip install -r requirements.txt
Train model
$ python main.py -dataset celeb_a -batch_size 64 -image_size 64