About 218,000,000 results
Open links in new tab
  1. 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. …

  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. 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

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

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

  5. 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 …

  6. IC-GAN: Instance-Conditioned GAN - GitHub

    We provide a Google Colab notebook to generate images with IC-GAN and its class-conditional counter part. We also invite users to check out the demo on Replicate, courtesy of Replicate. …

  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. 扩散模型为什么会这么火,本质上相比于GAN到底好在哪里,可以 …

    GAN 的核心思想是:通过生成器(Generato)与判别器(Discriminator)不断对抗进行训练。 后来,无论 GAN 发展到今天演化出了多么复杂的变体,其基本思想仍是以上网络生成器与判别 …

  9. Social GAN - GitHub

    Social GAN This is the code for the paper Social GAN: Socially Acceptable Trajectories with Generative Adversarial Networks Agrim Gupta, Justin Johnson, Fei-Fei Li, Silvio Savarese, …

  10. GitHub - PaddlePaddle/PaddleGAN: PaddlePaddle GAN library, …

    PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, …