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: almost 7 years ago
ganpgganpytorch

Related projects:

Repository Description Stars
akanimax/pro_gan_pytorch Implementation of a deep learning model for generating high-quality images with improved stability and variation. 536
ptrblck/prog_gans_pytorch_inference Reproducible PyTorch inference of the Progressive Growing of GANs model using CelebA training snapshot 322
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
open-mmlab/mmgeneration Generative model toolkit for GANs and image generation tasks 1,909
junyanz/bicyclegan A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. 1,486
dl-it/generative_zoo A collection of generative models implemented in Python using PyTorch 54
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
ypxie/hdgan A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. 150
shayneobrien/generative-models Annotated implementations of various deep generative models using PyTorch 500
hanzhanggit/stackgan A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions 1,860
ahmedfgad/geneticalgorithmpython A Python library implementing a genetic algorithm for optimization of machine learning models 1,884
fgxaos/pytorch-innvestigate PyTorch implementation of an explainability technique for deep neural networks 9
graykode/gpt-2-pytorch An implementation of the GPT-2 language model in PyTorch for generating text 973
chingyaoc/ggnn.pytorch An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. 465