pro_gan_pytorch
Image generator
Implementation of a deep learning model for generating high-quality images with improved stability and variation.
Unofficial PyTorch implementation of the paper titled "Progressive growing of GANs for improved Quality, Stability, and Variation"
536 stars
15 watching
100 forks
Language: Python
last commit: about 1 year ago adversarial-machine-learningconvolutional-neural-networkganprogressive-growing-of-ganspytorch
Related projects:
Repository | Description | Stars |
---|---|---|
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
github-pengge/pytorch-progressive_growing_of_gans | An implementation of Progressive Growing of GANs using PyTorch | 580 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
ypxie/hdgan | A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. | 150 |
casualganpapers/make-a-scene | PyTorch implementation of a scene-based text-to-image generation system with human priors using Generative Adversarial Networks and semantic segmentation | 334 |
ptrblck/prog_gans_pytorch_inference | Reproducible PyTorch inference of the Progressive Growing of GANs model using CelebA training snapshot | 322 |
atgambardella/pytorch-es | An implementation of an optimization algorithm for training neural networks in machine learning environments. | 351 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
carpedm20/began-pytorch | An implementation of a deep learning model for generating images from text descriptions | 262 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
karoly-hars/gan_image_colorizing | This project explores image colorization using generative adversarial networks on the CIFAR10 dataset. | 11 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
shayneobrien/generative-models | Annotated implementations of various deep generative models using PyTorch | 500 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
progamergov/neural-dream | An implementation of DeepDream algorithm using PyTorch for image processing and computer vision. | 132 |