Wasserstein Loss

d_loss = -d_real + d_fake
g_loss = -d_fake

examples

{
  "class": "function:hypergan.losses.wasserstein_loss.WassersteinLoss",
  "kl": true
}
{
  "class": "function:hypergan.losses.wasserstein_loss.WassersteinLoss",
}

options

attribute

description

type

kl

boolean (optional)

Last updated