PyTorch-GAN
GANs
PyTorch implementations of Generative Adversarial Networks for image synthesis
PyTorch implementations of Generative Adversarial Networks.
16k stars
220 watching
4k forks
Language: Python
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
eriklindernoren/keras-gan | This repository provides pre-trained implementations of Generative Adversarial Networks (GANs) using the Keras deep learning framework. | 9,184 |
postech-cvlab/pytorch-studiogan | A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation. | 3,430 |
znxlwm/pytorch-generative-model-collections | Replication of various Generative Adversarial Networks (GANs) and their variants in PyTorch | 2,601 |
hwalsuklee/tensorflow-generative-model-collections | Provides a collection of TensorFlow implementations for various Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs). | 3,911 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
nvlabs/stylegan2-ada-pytorch | An official PyTorch implementation of the StyleGAN2-ADA algorithm for generating images with a focus on stability and performance. | 4,126 |
shayneobrien/generative-models | Annotated implementations of various deep generative models using PyTorch | 500 |
wiseodd/generative-models | A collection of software frameworks and implementations for training generative models using GANs, VAEs, RBMs, and other techniques. | 7,335 |
nvlabs/stylegan3 | An implementation of a generative adversarial network architecture designed to improve image synthesis and video generation capabilities | 6,438 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
tkarras/progressive_growing_of_gans | A training methodology for generative adversarial networks to improve quality and stability | 6,095 |
lucidrains/imagen-pytorch | Implements Google's Text-to-Image Neural Network in PyTorch using a cascading DDPM architecture with dynamic clipping and noise level conditioning. | 8,088 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,428 |
jayleicn/animegan | A PyTorch implementation of Generative Adversarial Networks for anime face drawing | 1,280 |