BigGAN-PyTorch
Image generator
An unofficial implementation of PyTorch BigGANs for generating high-fidelity natural images
The author's officially unofficial PyTorch BigGAN implementation.
3k stars
51 watching
479 forks
Language: Python
last commit: over 1 year ago biggandeep-learningdogballgansneural-networkspytorch
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
postech-cvlab/pytorch-studiogan | A comprehensive PyTorch library providing implementations of various Generative Adversarial Networks (GANs) for image generation and evaluation. | 3,430 |
pytorch/torchtitan | A native PyTorch library for large-scale language model training with distributed training capabilities | 2,615 |
rosinality/stylegan2-pytorch | An implementation of StyleGAN 2 in PyTorch for image generation and analysis. | 2,741 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
tkarras/progressive_growing_of_gans | A training methodology for generative adversarial networks to improve quality and stability | 6,095 |
yunjey/stargan | Develops a unified generative model to translate images across multiple domains using a single network architecture. | 5,229 |
jwyang/faster-rcnn.pytorch | An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. | 7,693 |
soumith/ganhacks | A collection of strategies and techniques to improve the stability and performance of Generative Adversarial Networks (GANs) for generating high-quality images. | 11,458 |
nvidia/flownet2-pytorch | A deep learning framework implementing an optical flow estimation model using PyTorch. | 3,147 |
junyanz/pytorch-cyclegan-and-pix2pix | Image-to-image translation in PyTorch using cycle-consistent adversarial networks and generative adversarial networks. | 23,085 |
diego999/pygat | An implementation of the Graph Attention Network model using PyTorch. | 2,914 |
clovaai/stargan-v2 | A Python implementation of an image-to-image translation model for generating diverse images across multiple domains. | 3,500 |
pyg-team/pytorch_geometric | A PyTorch-based library for training and applying Graph Neural Networks to structured data | 21,382 |
nvidia/apex | Tools for streamlined mixed precision and distributed training in PyTorch | 8,407 |