awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ajbrock avatar

ajbrock/BigGAN-PyTorch

0
View on GitHub↗
2,924 stars·490 forks·Python·MIT·8 vues

BigGAN PyTorch

The author's officially unofficial PyTorch BigGAN implementation.

Features

  • Foundational Generative Models - Author-provided PyTorch implementation of BigGAN.
  • Generative Models - BigGAN implementation.
  • GANs, VAEs, and AEs - Listed in the “GANs, VAEs, and AEs” section of the The Incredible Pytorch awesome list.

Historique des stars

Graphique de l'historique des stars pour ajbrock/biggan-pytorchGraphique de l'historique des stars pour ajbrock/biggan-pytorch

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à BigGAN PyTorch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec BigGAN PyTorch.
  • nvidia/pix2pixhdAvatar de NVIDIA

    NVIDIA/pix2pixHD

    6,920Voir sur GitHub↗

    pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro

    Python
    Voir sur GitHub↗6,920
  • junyanz/pytorch-cyclegan-and-pix2pixAvatar de junyanz

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951Voir sur GitHub↗

    This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator

    Pythoncomputer-graphicscomputer-visioncyclegan
    Voir sur GitHub↗24,951
  • caogang/wgan-gpAvatar de caogang

    caogang/wgan-gp

    1,548Voir sur GitHub↗

    A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

    Pythonpytorchwgan-gp
    Voir sur GitHub↗1,548
  • dmitryulyanov/ageAvatar de DmitryUlyanov

    DmitryUlyanov/AGE

    287Voir sur GitHub↗

    Code for the paper "Adversarial Generator-Encoder Networks"

    Python
    Voir sur GitHub↗287
Voir les 30 alternatives à BigGAN PyTorch→

Questions fréquentes

Que fait ajbrock/biggan-pytorch ?

The author's officially unofficial PyTorch BigGAN implementation.

Quelles sont les fonctionnalités principales de ajbrock/biggan-pytorch ?

Les fonctionnalités principales de ajbrock/biggan-pytorch sont : Foundational Generative Models, Generative Models, GANs, VAEs, and AEs.

Quelles sont les alternatives open-source à ajbrock/biggan-pytorch ?

Les alternatives open-source à ajbrock/biggan-pytorch incluent : nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… martinarjovsky/wassersteingan — Wasserstein GAN. dmitryulyanov/age — Code for the paper "Adversarial Generator-Encoder Networks". mailmahee/pytorch-generative-adversarial-networks — simple generative adversarial network (GAN) using PyTorch. caogang/wgan-gp — A pytorch implementation of Paper "Improved Training of Wasserstein GANs".