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
346 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 846
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,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
akanimax/pro_gan_pytorch Implementation of a deep learning model for generating high-quality images with improved stability and variation. 537
tensorlayer/dcgan A deep learning implementation of a generative adversarial network for generating images from text descriptions. 339
carpedm20/discogan-pytorch A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. 1,084
ahmedfgad/neuralgenetic A Python project for training 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 convolutional neural networks using a genetic algorithm 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 implementation of an image blending algorithm based on deep generative models. 461
tensorflow/gan Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow 942
wtjiang98/psgan An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. 730