wgan-gp

GAN trainer

An implementation of an improved training algorithm for generative adversarial networks (GANs), specifically designed to stabilize the training process using a gradient penalty term.

A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

GitHub

2k stars
19 watching
348 forks
Language: Python
last commit: over 1 year ago
pytorchwgan-gp

Related projects:

Repository Description Stars
hanzhanggit/stackgan-v2 Software framework for training and evaluating generative models of images and text based on adversarial networks 847
tolstikhin/adagan An implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks 76
mit-han-lab/data-efficient-gans Improves GAN training efficiency by incorporating data augmentation 1,286
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
akanimax/pro_gan_pytorch Implementation of a deep learning model for generating high-quality images with improved stability and variation. 538
tensorlayer/dcgan A deep learning implementation of a generative adversarial network for generating images from text descriptions. 340
carpedm20/discogan-pytorch A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. 1,084
ahmedfgad/neuralgenetic Trains artificial neural networks using the genetic algorithm 241
mailmahee/pytorch-generative-adversarial-networks An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. 32
github-pengge/pytorch-progressive_growing_of_gans An implementation of Progressive Growing of GANs using PyTorch 580
ahmedfgad/cnngenetic Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. 22
dmitryulyanov/age This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. 285
wuhuikai/gp-gan An algorithm for blending two images together to create realistic high-resolution images 463
tensorflow/gan Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow 944
wtjiang98/psgan An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. 737