ajbrock/BigGAN-PyTorch
The author's officially unofficial PyTorch BigGAN implementation.
This project helps machine learning researchers or practitioners generate highly realistic images, such as dog breeds or landscapes, from scratch. You provide a dataset of existing images (like ImageNet), and the system learns to create entirely new, high-quality images that match the style and content of your input. It's designed for those working with advanced generative AI models.
2,924 stars. No commits in the last 6 months.
Use this if you are a machine learning researcher or engineer looking to train or fine-tune a BigGAN model for high-fidelity image synthesis on substantial datasets using multiple GPUs.
Not ideal if you need a simple, ready-to-use tool for basic image generation without advanced deep learning knowledge or access to powerful multi-GPU hardware.
Stars
2,924
Forks
484
Language
Python
License
MIT
Category
Last pushed
Jul 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ajbrock/BigGAN-PyTorch"
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