HyperGAN
Search…
HyperGAN
About
Getting started
CLI guide
Configurations
Showcase
AI Explorer for Android
Youtube, Twitter, Discord +
Examples
2D
Text
Classification
Colorizer
Next Frame (video)
Tutorials
Training a GAN
Pygame inference
Creating an image dataset
Searching for hyperparameters
Components
GAN
Generator
Discriminator
Layers
Loss
ALI Loss
F Divergence Loss
Least Squares Loss
Logistic Loss
QP Loss
RAGAN Loss
Realness Loss
Softmax Loss
Standard Loss
Wasserstein Loss
Latent
Trainer
Optimizer
Train Hook
Other GAN implementations
Powered By
GitBook
Wasserstein Loss
Source:
/losses/wasserstein_loss.py
1
d_loss
=
-
d_real
+
d_fake
2
g_loss
=
-
d_fake
Copied!
examples
Configurations:
/losses/wasserstein_loss/
1
{
2
"class"
:
"function:hypergan.losses.wasserstein_loss.WassersteinLoss"
,
3
"kl"
:
true
4
}
Copied!
1
{
2
"class"
:
"function:hypergan.losses.wasserstein_loss.WassersteinLoss"
,
3
}
Copied!
options
attribute
description
type
kl
https://arxiv.org/abs/1910.09779
Defaults to
false
boolean (optional)
Previous
Standard Loss
Next - Components
Latent
Last modified
1yr ago
Copy link
Contents
examples
options