Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 899 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 899 Bytes

DCGAN

Deep Convolutional Generative Adversarial Network[1]

dcgan

Generating cat images with DCGANS on hops.site because who doens't love cats? Showing results from running a while on a gpu before computaional budget expired.

The architecture had to be adjusted a little bit to get any learning signal...

Results

cat_images

Training Curves

d_hyperparam_search

g_hyperparam_search

d_loss

g_loss

Requirements

Usage

python train.py

or simply run the jupyter notebook...

Disclaimer

Old project from 2017

References

[1] https://arxiv.org/pdf/1511.06434.pdf