PyTorch-progressive_growing_of_gans

GAN growth

An implementation of Progressive Growing of GANs using PyTorch

PyTorch implementation of Progressive Growing of GANs for Improved Quality, Stability, and Variation.

GitHub

580 stars
25 watching
98 forks
Language: Python
last commit: over 8 years ago
ganpgganpytorch

Related projects:

RepositoryDescriptionStars
akanimax/pro_gan_pytorchImplementation of a deep learning model for generating high-quality images with improved stability and variation.538
ptrblck/prog_gans_pytorch_inferenceReproducible PyTorch inference of the Progressive Growing of GANs model using CelebA training snapshot322
mailmahee/pytorch-generative-adversarial-networksAn implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution.32
carpedm20/discogan-pytorchA PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations.1,084
open-mmlab/mmgenerationGenerative model toolkit for GANs and image generation tasks1,925
junyanz/bicycleganA PyTorch implementation of an image-to-image translation model that generates new images from paired training data.1,491
dl-it/generative_zooA collection of generative models implemented in Python using PyTorch54
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
ypxie/hdganA PyTorch implementation of an adversarial network for generating high-definition images from text descriptions.150
shayneobrien/generative-modelsAnnotated implementations of various deep generative models using PyTorch498
hanzhanggit/stackganA PyTorch implementation of a generative adversarial network for image synthesis from text descriptions1,863
ahmedfgad/geneticalgorithmpythonA Python library implementing a genetic algorithm for optimizing machine learning algorithms and neural networks.1,905
fgxaos/pytorch-innvestigatePyTorch implementation of an explainability technique for deep neural networks9
graykode/gpt-2-pytorchAn implementation of the GPT-2 language model in PyTorch for generating text976
chingyaoc/ggnn.pytorchAn implementation of a neural network architecture for processing graph-structured data and making predictions on nodes.466