DCGAN

GAN generator

A deep learning implementation of a generative adversarial network for generating images from text descriptions.

The Simplest DCGAN Implementation

GitHub

339 stars
13 watching
115 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list

dcgangangenerative-adversarial-networktensorlayertensorlayerx

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mattya/chainer-dcgan Generates images using a Deep Convolutional Generative Adversarial Network (DCGAN) algorithm 935
tensorflow/gan Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow 937
tensorlayer/dagan Generates MRI images from compressed data using a deep learning model 175
zcemycl/matlab-gan A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques 186
mingyuliutw/cogan An implementation of a Generative Adversarial Network (GAN) designed to generate diverse types of images from single input images 285
dribnet/portrain-gan A Python implementation of a Generative Adversarial Network (GAN) model used to generate portraits from latent codes. 40
zsdonghao/text-to-image A TensorFlow implementation of generating images from text descriptions using a Generative Adversarial Network (GAN) architecture 599
hanzhanggit/stackgan-v2 Software framework for training and evaluating generative models of images and text based on adversarial networks 843
trevor-m/tensorflow-srgan An implementation of a generative adversarial network (GAN) used to improve image quality through super-resolution 39
cs-chan/artgan A software framework for generating art-inspired images using deep learning techniques 411
pbaylies/stylegan2 Implementation of a generative adversarial network for generating images with conditional variations. 315
tdrussell/illustrationgan A Generative Adversarial Networks implementation for modeling illustrations using a custom dataset of anime faces. 269
luoxier/cyclegan_tensorlayer Re-implements CycleGAN using TensorLayer with improvements such as data augmentation and resize convolution 89
caogang/wgan-gp 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,510
carpedm20/discogan-pytorch A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. 1,084