This's a reimplementation of generative adversarial networks using tensorflow.
-
download fashion-mnist in "data" folder
-
run
python gan.py
Discriminator loss | Generator loss |
---|---|
This's the network output during the training.
- https://www.oreilly.com/learning/generative-adversarial-networks-for-beginners
- used the same arcitecture and hyperparameters of tensorflow-generative-model-collections