Doubt in discriminator
Opened this issue · 1 comments
R7382464699T commented
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.
TheGuywithTheHat commented
See: #22 (comment). The value of trainable
only takes effect after the model is compiled.