Wasserstein Loss
Source: /losses/wasserstein_loss.py
d_loss = -d_real + d_fake
g_loss = -d_fake
examples
Configurations: /losses/wasserstein_loss/
{
"class": "function:hypergan.losses.wasserstein_loss.WassersteinLoss",
"kl": true
}
{
"class": "function:hypergan.losses.wasserstein_loss.WassersteinLoss",
}
options
attribute
description
type
Last updated
Was this helpful?