You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,15 @@ By default, the StyleGAN architecture styles a constant learned 4x4 block as it
260
260
$ stylegan2_pytorch --data ./data --no-const
261
261
```
262
262
263
+
## Top-k Training for Generator
264
+
265
+
A new paper has produced evidence that by simply zero-ing out the gradient contributions from samples that are deemed fake by the discriminator, the generator learns significantly better, achieving new state of the art.
0 commit comments