Awsome-GAN-Training

GAN resource guide

A curated collection of resources and techniques for training Generative Adversarial Networks (GANs) with various architectures, normalization methods, and regularization strategies.

A curated list of resources related to training of GANs

GitHub

27 stars
3 watching
4 forks
last commit: almost 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
nashory/gans-collection.torchA collection of Torch implementations for training various types of Generative Adversarial Networks (GANs)55
mit-han-lab/data-efficient-gansImproves GAN training efficiency by incorporating data augmentation1,286
hanzhanggit/stackgan-v2Software framework for training and evaluating generative models of images and text based on adversarial networks847
tensorflow/ganProvides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow944
caogang/wgan-gpAn implementation of an improved training algorithm for generative adversarial networks (GANs), specifically designed to stabilize the training process using a gradient penalty term.1,515
zcemycl/matlab-ganA collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques190
dmitryulyanov/ageThis repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation.285
subeeshvasu/awsome_deep_geometry_learningA curated list of resources and papers on deep learning solutions for processing 3D shapes346
mailmahee/pytorch-generative-adversarial-networksAn implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution.32
tolstikhin/adaganAn implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks76
ahmedfgad/neuralgeneticTrains artificial neural networks using the genetic algorithm241
stormraiser/gan-weight-normImproves the performance of Generative Adversarial Networks by normalizing weights and batch data181
carpedm20/discogan-pytorchA PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations.1,084
subeeshvasu/awsome_delineationA curated list of resources and papers on 3D and 2D delineation techniques for image processing and computer vision applications.22
tensorlayer/dcganA deep learning implementation of a generative adversarial network for generating images from text descriptions.340