Closed shawwn closed 4 years ago
Left: probability the discriminator thinks real images are real. Right: probability the discriminator thinks fake images are real.
Same info as above, but losses rather than probabilities.
Losses for D and G:
What the losses for D and G would have been without stop loss.
Note that logging only occurs every 50 iterations, so this graph is deceptive; even still, you can clearly see a big effect early in training on G's graph (G stops if D goes above 1.5), and a decent effect on D's graph (D stops if D drops below 0.20).
ModularGAN.g_lr_mul = 0.25
ModularGAN.d_lr_mul = 0.25
Run script + branch: https://github.com/shawwn/compare_gan/blob/2020-05-09/dynamicvars/run_bigrun61.sh