Keras-GAN
Keras-GAN copied to clipboard
Doubt in discriminator
I guess we need to set d_A and d_B trainable as True, for training discriminator and for combained model of generator and discriminator both d_A and d_B trainable must be False.
Please clear me if I am wrong.
See: https://github.com/eriklindernoren/Keras-GAN/issues/22#issuecomment-379553290. The value of trainable
only takes effect after the model is compiled.