wgan-gp
GAN trainer
An implementation of an improved training algorithm for generative adversarial networks (GANs), specifically designed to stabilize the training process using a gradient penalty term.
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
2k stars
19 watching
348 forks
Language: Python
last commit: over 1 year ago pytorchwgan-gp
Related projects:
Repository | Description | Stars |
---|---|---|
| Software framework for training and evaluating generative models of images and text based on adversarial networks | 847 |
| An implementation of an algorithm to train mixtures of Generative Adversarial Networks (GANs) for generative modeling tasks | 76 |
| Improves GAN training efficiency by incorporating data augmentation | 1,286 |
| A curated collection of resources and techniques for training Generative Adversarial Networks (GANs) with various architectures, normalization methods, and regularization strategies. | 27 |
| Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 538 |
| A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 340 |
| A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
| Trains artificial neural networks using the genetic algorithm | 241 |
| An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
| An implementation of Progressive Growing of GANs using PyTorch | 580 |
| Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. | 22 |
| This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
| An algorithm for blending two images together to create realistic high-resolution images | 463 |
| Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 944 |
| An implementation of a deep learning-based makeup transfer algorithm that can robustly handle pose and expression variations in images. | 737 |