About 269,000,000 results
Open links in new tab
  1. The GAN is dead; long live the GAN! A Modern Baseline GAN …

    Code for NeurIPS 2024 paper - The GAN is dead; long live the GAN! A Modern Baseline GAN - by Huang et al. - brownvc/R3GAN

  2. GitHub - eriklindernoren/PyTorch-GAN: PyTorch implementations …

    Softmax GAN is a novel variant of Generative Adversarial Network (GAN). The key idea of Softmax GAN is to replace the classification loss in the original GAN with a softmax cross …

  3. Diffusion-GAN — Official PyTorch implementation - GitHub

    This paper introduces Diffusion-GAN that employs a Gaussian mixture distribution, defined over all the diffusion steps of a forward diffusion chain, to inject instance noise. A random sample …

  4. GitHub - tkarras/progressive_growing_of_gans: Progressive …

    The Progressive GAN code repository contains a command-line tool for recreating bit-exact replicas of the datasets that we used in the paper. The tool also provides various utilities for …

  5. GitHub - Yangyangii/GAN-Tutorial: Simple Implementation of …

    Simple Implementation of many GAN models with PyTorch. - Yangyangii/GAN-Tutorial

  6. GitHub - lucidrains/gigagan-pytorch: Implementation of GigaGAN, …

    Implementation of GigaGAN, new SOTA GAN out of Adobe. Culmination of nearly a decade of research into GANs - lucidrains/gigagan-pytorch

  7. NVlabs/denoising-diffusion-gan - GitHub

    Generative denoising diffusion models typically assume that the denoising distribution can be modeled by a Gaussian distribution. This assumption holds only for small denoising steps, …

  8. GitHub - amanchadha/coursera-gan-specialization: Programming ...

    Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai - amanchadha/coursera-gan-specialization

  9. GitHub - poloclub/ganlab: GAN Lab: An Interactive, Visual ...

    GAN Lab is a novel interactive visualization tool for anyone to learn and experiment with Generative Adversarial Networks (GANs), a popular class of complex deep learning models. …

  10. GitHub - lukemelas/pytorch-pretrained-gans: Pretrained GANs in …

    Apr 11, 2021 · Each type of GAN is contained in its own folder and has a make_GAN_TYPE function. For example, make_bigbigan creates a BigBiGAN with the format of the …