This tutorial refers to ganbook. I love car personaly, and then decided to use GAN to generate it autonomously. I try to use normal GAN to train onece, but the result is poor, and then I give WGAN a shot, however as results seems not bad. In normal GAN will be facing gradient is the same despite the different distance between two distribution(fake and realistic) which is so called gradient vanished, however, WGAN can tackle this due to put some constraint like 1-Lipschitz
and gradient-penalty
, and then in this tutorial we apply 1-Lipschitz
method(actually is K-Lipschitz). Enjoy this tutorial :D
dataset comes from stanford cars dataset.
- keras-2.0 (or above
- tensorflow-gpu