data-efficient-gans

GAN augmenter

An implementation of Differentiable Augmentation for GAN training to improve data efficiency.

Differentiable Augmentation for Data-Efficient GAN Training

GitHub

11 stars
3 watching
1 forks
Language: Python
last commit: about 6 years ago

Related projects:

RepositoryDescriptionStars
mit-han-lab/data-efficient-gansImproves GAN training efficiency by incorporating data augmentation1,286
stormraiser/gan-weight-normImproves the performance of Generative Adversarial Networks by normalizing weights and batch data181
trevor-m/tensorflow-srganAn implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution39
csailvision/gandissectVisualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance.1,770
tensorflow/ganProvides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow944
tolstikhin/adaganAn implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks76
dmitryulyanov/ageThis repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation.285
jerryli27/twinganA framework for unpaired cross-domain image translation using GANs with adaptive normalization parameters and weight-sharing.718
tensorlayer/dcganA deep learning implementation of a generative adversarial network for generating images from text descriptions.340
subeeshvasu/awsome-gan-trainingA 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-networksAn implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution.32
caogang/wgan-gpAn 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_stabilityAn open-source project that investigates the stability of Generative Adversarial Networks (GANs) and provides experiments to evaluate their convergence.918
jolibrain/joligenAn integrated framework for training custom generative AI models246
delta2323/gb-gnnAnalyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models.13