gans-collection.torch
GAN frameworks
A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs)
Torch implementation of various types of GAN (e.g. DCGAN, ALI, Context-encoder, DiscoGAN, CycleGAN, EBGAN, LSGAN)
55 stars
4 watching
14 forks
Language: Lua
last commit: about 7 years ago
Linked from 1 awesome list
adversarialalicontext-encoderdcgandeep-learninggansgenerative-adversarial-networktorch
Related projects:
Repository | Description | Stars |
---|---|---|
zcemycl/matlab-gan | A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 189 |
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 |
pathak22/context-encoder | Unsupervised feature learning by image inpainting using Generative Adversarial Networks (GANs) | 887 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 944 |
csailvision/gandissect | Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |
soumith/dcgan.torch | A PyTorch implementation of a deep generative model that can be used to generate images from a dataset. | 1,466 |
saic-mdal/hidt | A software framework implementing a generative adversarial network (GAN) model for image generation and manipulation | 4 |
torch/demos | Torch7 tutorials and demos providing hands-on experience with the deep learning framework. | 355 |
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
hanzhanggit/stackgan-v2 | Software framework for training and evaluating generative models of images and text based on adversarial networks | 847 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 340 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |