data-efficient-gans
GAN augmenter
An implementation of Differentiable Augmentation for GAN training to improve data efficiency.
Differentiable Augmentation for Data-Efficient GAN Training
11 stars
3 watching
1 forks
Language: Python
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,286 |
stormraiser/gan-weight-norm | Improves the performance of Generative Adversarial Networks by normalizing weights and batch data | 181 |
trevor-m/tensorflow-srgan | An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution | 39 |
csailvision/gandissect | Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 944 |
tolstikhin/adagan | An implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks | 76 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
jerryli27/twingan | A framework for unpaired cross-domain image translation using GANs with adaptive normalization parameters and weight-sharing. | 718 |
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 340 |
subeeshvasu/awsome-gan-training | A curated collection of resources and techniques for training Generative Adversarial Networks (GANs) with various architectures, normalization methods, and regularization strategies. | 27 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
caogang/wgan-gp | An implementation of an improved training algorithm for generative adversarial networks (GANs), specifically designed to stabilize the training process using a gradient penalty term. | 1,515 |
lmescheder/gan_stability | An open-source project that investigates the stability of Generative Adversarial Networks (GANs) and provides experiments to evaluate their convergence. | 918 |
jolibrain/joligen | An integrated framework for training custom generative AI models | 246 |
delta2323/gb-gnn | Analyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models. | 13 |