Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 370 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 370 Bytes

keras-only-GAN

Implementing GANs using keras only.

Contents

TBA

Basic

DCGAN_MNIST

Generating MNIST images based on DCGAN.

dcgan

...
10000: [discriminator loss: 0.577775, acc: 0.648438] [adversarial loss: 1.216242, acc: 0.234375]

CGAN_MNIST

Generating target MNIST images with z-noise and one-hot-encoded condition.