> For the complete documentation index, see [llms.txt](https://hypergan.gitbook.io/hypergan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hypergan.gitbook.io/hypergan/components/loss/realness-loss.md).

# Realness Loss

* Adapted from <https://github.com/kam1107/RealnessGAN/>
* Source: [/losses/realness\_loss.py](https://github.com/HyperGAN/HyperGAN/tree/pytorch/hypergan/losses/realness_loss.py)

## examples

* Configurations: [/losses/realness\_loss/](https://github.com/HyperGAN/HyperGAN/tree/pytorch/hypergan/configurations/components/losses/realness_loss/)

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

## options

| attribute | description | type            |
| --------- | ----------- | --------------- |
| skew      |             | array of floats |
