Logistic Loss
d_loss = self.softplus(-d_real) + self.softplus(d_fake)
g_loss = self.softplus(-d_fake)examples
{
"class": "function:hypergan.losses.logistic_loss.LogisticLoss"
}options
Last updated