pytorch-generative-adversarial-networks
GANs
An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution.
simple generative adversarial network (GAN) using PyTorch
32 stars
3 watching
7 forks
Language: Python
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
shayneobrien/generative-models | Annotated implementations of various deep generative models using PyTorch | 500 |
csailvision/gandissect | Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |
gram-ai/radio-transformer-networks | An implementation of a machine learning-based communications system using deep learning techniques. | 127 |
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 | 333 |
github-pengge/pytorch-progressive_growing_of_gans | An implementation of Progressive Growing of GANs using PyTorch | 580 |
jayleicn/animegan | A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,280 |
hanzhanggit/stackgan | A PyTorch implementation of a generative adversarial network for image synthesis from text descriptions | 1,860 |
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 |
open-mmlab/mmgeneration | Generative model toolkit for GANs and image generation tasks | 1,909 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
chenyu-yang-2000/elegant | This implementation provides a framework for generating realistic makeup transfer results using Generative Adversarial Networks (GANs) | 161 |
nashory/gans-collection.torch | A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) | 55 |