Open atharvasune opened 4 years ago
It is because of feature matching. It updates hidden layers in discriminator, so that D(x) and D(G(z)) get closer. From the paper,
a feature matching term [40], which essentially is a perceptual similarity measure, computed using discriminator (it helps with the stability of the training):
Hi, great work guys! I am a bit curious about the forward method of Discriminator. Why are we returning a list of outputs of Convlayers ? I did not understand the reason behind it. Could someone please explain it to me. :sweat_smile: