GAN_stability

GAN evaluation

An open-source project that investigates the stability of Generative Adversarial Networks (GANs) and provides experiments to evaluate their convergence.

Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"

GitHub

918 stars
22 watching
114 forks
Language: Jupyter Notebook
last commit: about 5 years ago

Related projects:

Repository Description Stars
stormraiser/gan-weight-norm Improves the performance of Generative Adversarial Networks by normalizing weights and batch data 181
csailvision/gandissect Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. 1,770
tensorflow/gan Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow 937
mailmahee/pytorch-generative-adversarial-networks An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. 32
subeeshvasu/awsome-gan-training A curated collection of resources and techniques for training Generative Adversarial Networks (GANs) with various architectures, normalization methods, and regularization strategies. 27
zcemycl/matlab-gan A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques 186
mit-han-lab/data-efficient-gans Improves GAN training efficiency by incorporating data augmentation 1,283
carpedm20/discogan-pytorch A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. 1,084
hanzhanggit/stackgan-v2 Software framework for training and evaluating generative models of images and text based on adversarial networks 843
caogang/wgan-gp An implementation of an improved training algorithm for generative adversarial networks (GANs), specifically designed to stabilize the training process using a gradient penalty term. 1,510
nashory/gans-collection.torch A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) 55
tensorlayer/dcgan A deep learning implementation of a generative adversarial network for generating images from text descriptions. 339
tolstikhin/adagan An implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks 76
justinpinkney/data-efficient-gans An implementation of Differentiable Augmentation for GAN training to improve data efficiency. 11
0b01/simgan-captcha Automated solution of CAPTCHA images using simulated unsupervised learning and Generative Adversarial Networks (GANs) 434