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: about 3 years ago
pytorchwgan-gp

Related projects:

RepositoryDescriptionStars
hanzhanggit/stackgan-v2Software framework for training and evaluating generative models of images and text based on adversarial networks847
tolstikhin/adaganAn implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks76
mit-han-lab/data-efficient-gansImproves GAN training efficiency by incorporating data augmentation1,286
subeeshvasu/awsome-gan-trainingA curated collection of resources and techniques for training Generative Adversarial Networks (GANs) with various architectures, normalization methods, and regularization strategies.27
akanimax/pro_gan_pytorchImplementation of a deep learning model for generating high-quality images with improved stability and variation.538
tensorlayer/dcganA deep learning implementation of a generative adversarial network for generating images from text descriptions.340
carpedm20/discogan-pytorchA PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations.1,084
ahmedfgad/neuralgeneticTrains artificial neural networks using the genetic algorithm241
mailmahee/pytorch-generative-adversarial-networksAn implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution.32
github-pengge/pytorch-progressive_growing_of_gansAn implementation of Progressive Growing of GANs using PyTorch580
ahmedfgad/cnngeneticTrains CNNs using a genetic algorithm for classification problems where one class per sample is allowed.22
dmitryulyanov/ageThis repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation.285
wuhuikai/gp-ganAn algorithm for blending two images together to create realistic high-resolution images463
tensorflow/ganProvides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow944
wtjiang98/psganAn implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images.737