Skip to content

Tensorflow (Keras) implementation of Deep Convolutional Generative Adversarial Networks

Notifications You must be signed in to change notification settings

tshr-d-dragon/DCGAN_Keras

Repository files navigation

DCGAN_Keras

Tensorflow (Keras) implementation of Deep Convolutional Generative Adversarial Networks.

Approach

This is an implementation of DCGAN on CelebA dataset. I have sampled 10,000 images from the whole dataset and trained the model for 10,000 iterations.

Model

Model architecture for Generator, Discriminator, and GAN:

Generator

generator image

Discriminator

discriminator image

GAN

gan image

Results

For results and weights, refer to this.

trainnig_visual

About

Tensorflow (Keras) implementation of Deep Convolutional Generative Adversarial Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published