View source: R/utility-functions.R
kl_real | R Documentation |
Utility function for the kl WGAN loss for real examples as described in https://arxiv.org/abs/1910.09779 and implemented in python in https://github.com/ermongroup/f-wgan.
kl_real(dis_real)
dis_real |
Discriminator scores on real examples ($D(x)$) |
The loss
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.