cheating discriminator
Add a parameter cheating_disc to GAN and propagate it to AAEModel. In AAEModel.train_step(), it re-introduces the original error -- update weights of discriminator in the third training step together with encoder.
Add a parameter cheating_disc to GAN and propagate it to AAEModel. In AAEModel.train_step(), it re-introduces the original error -- update weights of discriminator in the third training step together with encoder.