July 2019
Intermediate to advanced
512 pages
19h 39m
English
Okay, why are we learning all this? We saw previously that there is a problem with JS divergence in the loss function, so we resorted to the Wasserstein distance. Now, our goal of the discriminator is no longer to say whether the image is from the real or fake distribution; instead, it tries to maximize the distance between real and generated sample. We train the discriminator to learn the Lipschitz continuous function for computing the Wasserstein distance between a real and fake data distribution.
So, the discriminator loss is given as follows:

Now we need to ensure that our function is a k-Lipschitz function during ...
Read now
Unlock full access