Global web icon
github.com
https://github.com/eriklindernoren/PyTorch-GAN
GitHub - eriklindernoren/PyTorch-GAN: PyTorch implementations of ...
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-entropy loss in the sample space of one single batch.
Global web icon
github.com
https://github.com/Zhendong-Wang/Diffusion-GAN
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 from the mixture, which is diffused from an observed or generated data, is fed as the input to the discriminator.
Global web icon
github.com
https://github.com/brownvc/r3gan
The GAN is dead; long live the GAN! A Modern Baseline GAN (R3GAN) - GitHub
Code for NeurIPS 2024 paper - The GAN is dead; long live the GAN! A Modern Baseline GAN - by Huang et al. - brownvc/R3GAN
Global web icon
github.com
https://github.com/poloclub/ganlab
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. With GAN Lab, you can interactively train GAN models for 2D data distributions and visualize their inner-workings ...
Global web icon
github.com
https://github.com/Yangyangii/GAN-Tutorial
GitHub - Yangyangii/GAN-Tutorial: Simple Implementation of many GAN ...
Simple Implementation of many GAN models with PyTorch. - Yangyangii/GAN-Tutorial
Global web icon
github.com
https://github.com/tkarras/progressive_growing_of_…
GitHub - tkarras/progressive_growing_of_gans: Progressive Growing of ...
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 operating on the datasets:
Global web icon
github.com
https://github.com/topics/generative-adversarial-n…
generative-adversarial-network · GitHub Topics · GitHub
Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate ...
Global web icon
github.com
https://github.com/lukemelas/pytorch-pretrained-ga…
PyTorch Pretrained GANs - GitHub
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 GeneratorWrapper above. The weights of all GANs except those in PyTorch-StudioGAN and are downloaded automatically. To download the PyTorch-StudioGAN weights, use the download.sh scripts in the corresponding folders (see the file structure below).
Global web icon
github.com
https://github.com/HRLTY/TP-GAN
GitHub - HRLTY/TP-GAN: Official TP-GAN Tensorflow implementation for ...
Official TP-GAN Tensorflow implementation for the ICCV17 paper "Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis" by Huang, Rui and Zhang, Shu and Li, Tianyu and He, Ran. The goal is to recover a frontal face image of the same person from a single face image under any poses.
Global web icon
github.com
https://github.com/NVlabs/denoising-diffusion-gan
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, which in practice translates to thousands of denoising steps in the synthesis process. In our denoising diffusion ...