Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 396 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 396 Bytes

Apparel-GAN

Apparel generation using GAN

Non conditional GAN

Dataset used: Fashion MNIST

Optimizer : Adam with LR = 0.0003 for both discriminators and Adam with LR = 0.0001 for generator

Cost function : Mean error (tf.reduce_mean)

References

Conditional GAN