GAN-weight-norm
GAN optimizer
Improves the performance of Generative Adversarial Networks by normalizing weights and batch data
Code for "On the Effects of Batch and Weight Normalization in Generative Adversarial Networks"
181 stars
8 watching
35 forks
Language: Lua
last commit: almost 7 years ago deep-learninggenerative-adversarial-network
Related projects:
Repository | Description | Stars |
---|---|---|
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,283 |
lmescheder/gan_stability | An open-source project that investigates the stability of Generative Adversarial Networks (GANs) and provides experiments to evaluate their convergence. | 918 |
trevor-m/tensorflow-srgan | An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution | 39 |
delta2323/gb-gnn | Analyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models. | 13 |
csailvision/gandissect | Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
nashory/gans-collection.torch | A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) | 55 |
justinpinkney/data-efficient-gans | An implementation of Differentiable Augmentation for GAN training to improve data efficiency. | 11 |
xternalz/sdpoint | A deep learning method for optimizing convolutional neural networks by reducing computational cost while improving regularization and inference efficiency. | 18 |
karoly-hars/gan_image_colorizing | This project explores image colorization using generative adversarial networks on the CIFAR10 dataset. | 11 |
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 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 937 |
pathak22/context-encoder | Unsupervised feature learning by image inpainting using Generative Adversarial Networks (GANs) | 885 |
hanzhanggit/stackgan-v2 | Software framework for training and evaluating generative models of images and text based on adversarial networks | 843 |
gpleiss/nnlr | Adds layer-wise learning rate schemes to a deep neural network implementation | 47 |