data-efficient-gans
GAN trainer
Improves GAN training efficiency by incorporating data augmentation
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
1k stars
18 watching
175 forks
Language: Python
last commit: 5 months ago data-efficientgansgenerative-adversarial-networkimage-generationneurips-2020pytorchtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of Differentiable Augmentation for GAN training to improve data efficiency. | 11 |
| Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 944 |
| A curated collection of resources and techniques for training Generative Adversarial Networks (GANs) with various architectures, normalization methods, and regularization strategies. | 27 |
| This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
| Improves the performance of Generative Adversarial Networks by normalizing weights and batch data | 181 |
| Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 538 |
| Software framework for training and evaluating generative models of images and text based on adversarial networks | 847 |
| Trains artificial neural networks using the genetic algorithm | 241 |
| 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 |
| Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. | 22 |
| A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 190 |
| Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |
| A Node.js implementation of the EfficientNet deep learning model architecture. | 258 |
| An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
| Trains neural networks to be provably robust against adversarial examples using abstract interpretation techniques. | 219 |