bakulaibuji / TF2-GAN

🐳 GAN implemented as Tensorflow 2.X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TF2-GAN

Introduction

Typical GANs are implemented as Tensorflow 2.
I followed the suggestions in the papers, and I slightly changed the model structure or optimizer for simple task.

Requirements

Tensorflow 2.0
Tensorflow Datasets
Tensorflow-addons

How to Run

cd GAN_DIR_YOU_WANT
python train.py

File structure

Name Description
utils.py Loss function, Image storage function, etc.
model.py Model Architecture
train.py Model learning and Loading datasets

GAN List

  • GAN
  • CGAN
  • DCGAN
  • LSGAN
  • WGAN
  • WGAN-GP
  • CycleGAN
  • StarGAN
  • SRGAN
  • SAGAN
  • ACGAN
  • infoGAN
  • BEGAN
  • BigGAN
  • Stacked GAN
  • EBGAN

About

🐳 GAN implemented as Tensorflow 2.X

License:MIT License


Languages

Language:Python 98.4%Language:Shell 1.6%