Implementation of various Generative Adversarial Networks (GANs) and related utility functions.
Easiest way to use different GANs models with tensorflow. If you have paired/unpaired data prepared accordingly then using the GANs with this package makes it very easy to train a generrative model. Follow the examples ipython notebooks for example test cases.
pip install tfgansInstall tensorflow [cup or gpu] on your own. Tested version tensorflow 2.17.0 with python 3.10 on Ubuntu 24.04 LTS