HyperGAN
HyperGAN
HyperGAN
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

Realness Loss

  • Adapted from https://github.com/kam1107/RealnessGAN/​

  • Source: /losses/realness_loss.py​

examples

  • Configurations: /losses/realness_loss/​

{
"class": "class:hypergan.losses.realness_loss.RealnessLoss",
"skew": [-0.1, 0.1]
}

options

attribute

description

type

skew

​

array of floats

Previous
RAGAN Loss
Next
Softmax Loss
Last updated 6 months ago
Contents
examples
options