Closed mynameisvinn closed 7 years ago
It should be a string of 1s. You tell the GAN that the incoming data is "real" in order to drive the weights of the generator towards creating a real looking image from the noise. The weights of the discriminator are not changing during this training.
thanks @keelinm!
since we're training discriminator_on_generator with noise, shouldnt the corresponding label data be a string of 0s instead of 1s?
thanks!