An open API service indexing awesome lists of open source software.

https://github.com/gaborvecsei/cdcgan-keras

Conditional Deep Convolutional GAN
https://github.com/gaborvecsei/cdcgan-keras

cdcgan dcgan deep-convolutional-networks deep-learning gan generative-adversarial-network keras machine-learning mnist tensorflow

Last synced: 3 months ago
JSON representation

Conditional Deep Convolutional GAN

Awesome Lists containing this project

README

        

# Conditional Deep Convolutional GAN (CDCGAN) - Keras Implementation

Generated digits at every epoch:

Generated MNIST Characters

Linear interpolation results:

Interpolation animationInterpolation animationInterpolation animation

## Model

This is the abstract representation of the model just to get a "bird eye view" for better understanding.

Model

## Training

Just run the script `cdcgan/cdcgan_train.py`

## Weights & Tensorboard logs

Check the releases, for the latest models weights, and tensorboard logs, where you can see the generated images
loss and the model graph

## About

Gábor Vecsei

- [Website](https://gaborvecsei.com)
- [LinkedIn](https://www.linkedin.com/in/gaborvecsei)
- [Twitter](https://twitter.com/GAwesomeBE)
- [Personal Blog](https://gaborvecsei.wordpress.com/)
- [Github](https://github.com/gaborvecsei)