GAN reading 1
How to Identify and Diagnose GAN Failure Modes
part 1: training a stable GAN
Training procedure:
- use the real image to train the discriminator
- generate the fake image and use the fake image to train the discriminator
- first, generate latent points (random vector/tensor)
- second, give latent points to the generator to generate the fake image
- third, use the fake image to train the discriminator
- generate latent points and labels
- use latent points and labels to train the GAN model and get the loss
- in the GAN model training process, discriminator training is disabled; so only the generat