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
Thanks much for creating this repo, it's really useful. I'm curious about this quoted line below, why does D(G(z)) that is close to 0 mean that generator successfully fools the Discriminator? Is it that what we want is maximizing D(G(z)) to be as close as 1, i.e., generator successfully generates fake image (label =0) and the discriminator predicts it as real image (label=1, by having D(G(z)) close to 1)?
Hi,
Thanks much for creating this repo, it's really useful. I'm curious about this quoted line below, why does
D(G(z)) that is close to 0
mean that generator successfully fools the Discriminator? Is it that what we want is maximizingD(G(z))
to be as close as 1, i.e., generator successfully generates fake image (label =0
) and the discriminator predicts it as real image (label=1
, by havingD(G(z)) close to 1
)?gan-pytorch/train.py
Line 142 in 4b38951
The text was updated successfully, but these errors were encountered: