Hysen Labs
Open-source project
carpedm20/DCGAN-tensorflow avatar
carpedm20

DCGAN-tensorflow

GitHub describes it as A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks". The repository metadata lists JavaScript as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.

7,177 stars2,582 forksJavaScriptMIT
01
DEEP OPEN-SOURCE ANALYSIS

carpedm20/DCGAN-tensorflow: DCGAN in Tensorflow

GitHub describes it as A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks". The repository metadata lists JavaScript as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.

02
DEEP OPEN-SOURCE ANALYSIS

Repository scope

GitHub describes it as A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks". The repository metadata lists JavaScript as its primary language. The metadata lists the MIT license. The README describes the project this way: Tensorflow implementation of Deep Convolutional Generative Adversarial Networks which is a stabilize Generative Adversarial Networks. The referenced torch code can be found here.

03
DEEP OPEN-SOURCE ANALYSIS

DCGAN in Tensorflow

The README section "DCGAN in Tensorflow" states: Brandon Amos wrote an excellent blog post and image completion code based on this repo. To avoid the fast convergence of D (discriminator) network, G (generator) network is updated twice for each D network update, which differs from original paper.

04
DEEP OPEN-SOURCE ANALYSIS

Prerequisites

The README section "Prerequisites" states: - Python 2.7 or Python 3.3+ - (Optional) moviepy (for visualization) - (Optional) Align&Cropped Images.zip : Large-scale CelebFaces Dataset

05
DEEP OPEN-SOURCE ANALYSIS

Usage

The README section "Usage" states: $ python main.py --dataset mnist --input height=28 --output height=28 --train $ python main.py --dataset celebA --input height=108 --train --crop

06
DEEP OPEN-SOURCE ANALYSIS

Editorial conclusion

The repository README is the source for this review. It does not replace a local installation or an independent test.

07
DEEP OPEN-SOURCE ANALYSIS

Official sources

08
Community notes

Community notes