adagan

GAN training mixer

An implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks

AdaGAN: greedy iterative procedure to train mixtures of GANs

GitHub

76 stars
4 watching
18 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
mit-han-lab/data-efficient-gans Improves GAN training efficiency by incorporating data augmentation 1,283
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
tensorlayer/dcgan A deep learning implementation of a generative adversarial network for generating images from text descriptions. 339
nashory/gans-collection.torch A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) 55
dmitryulyanov/age This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. 285
ahmedfgad/neuralgenetic Tools and techniques for training neural networks using genetic algorithms 240
hanzhanggit/stackgan-v2 Software framework for training and evaluating generative models of images and text based on adversarial networks 843
stormraiser/gan-weight-norm Improves the performance of Generative Adversarial Networks by normalizing weights and batch data 181
tensorflow/gan Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow 937
jerryli27/twingan A framework for unpaired cross-domain image translation using GANs with adaptive normalization parameters and weight-sharing. 719
justinpinkney/data-efficient-gans An implementation of Differentiable Augmentation for GAN training to improve data efficiency. 11
ahmedfgad/cnngenetic Trains convolutional neural networks using the genetic algorithm 22
mailmahee/pytorch-generative-adversarial-networks An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. 32
carpedm20/discogan-pytorch A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. 1,084