gordicaleksa/pytorch-GANs
My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.
This project helps anyone interested in learning how Generative Adversarial Networks (GANs) work by providing practical, clear examples. It takes in real image datasets, like handwritten digits, and produces new, synthetic images that look authentic. This tool is ideal for machine learning students, researchers, or enthusiasts who want to understand GANs by seeing them in action and generating new content.
388 stars. No commits in the last 6 months.
Use this if you are a beginner interested in understanding and experimenting with different GAN architectures to generate realistic images.
Not ideal if you need a production-ready system for complex image generation tasks or advanced research that requires highly specialized GAN variations.
Stars
388
Forks
58
Language
Python
License
MIT
Category
Last pushed
Dec 07, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gordicaleksa/pytorch-GANs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch