mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-21 05:53:24 -07:00
update gan options README.md
This commit is contained in:
parent
81a4b53ad6
commit
6e52f7338c
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
Allows you to use one-sided label smoothing and noisy labels when training the discriminator.
|
Allows you to use one-sided label smoothing and noisy labels when training the discriminator.
|
||||||
|
|
||||||
- [ONE-SIDED LABEL SMOOTHING](#one-sided-label-smoothing)
|
- [ONE-SIDED LABEL SMOOTHING](#one-sided-label-smoothing)
|
||||||
- [USAGE](#usage)
|
- [NOISY LABELS](#noisy-labels)
|
||||||
|
|
||||||
## ONE-SIDED LABEL SMOOTHING
|
## ONE-SIDED LABEL SMOOTHING
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ target label value = 1 - (label smoothing value)
|
||||||
[0.1] GAN label smoothing ( 0 - 0.5 ?:help ) : 0.1
|
[0.1] GAN label smoothing ( 0 - 0.5 ?:help ) : 0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Noisy labels
|
## NOISY LABELS
|
||||||
|
|
||||||
> make the labels the noisy for the discriminator: occasionally flip the labels when training the discriminator
|
> make the labels the noisy for the discriminator: occasionally flip the labels when training the discriminator
|
||||||
- [How to Train a GAN? Tips and tricks to make GANs work](https://github.com/soumith/ganhacks/blob/master/README.md#6-use-soft-and-noisy-labels)
|
- [How to Train a GAN? Tips and tricks to make GANs work](https://github.com/soumith/ganhacks/blob/master/README.md#6-use-soft-and-noisy-labels)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue