davidADSP/GDL_code

Question regarding setting the critic to trainable in W-GAN

sayakpaul opened this issue · 0 comments

I am referring to this script. After compiling the GAN, the critic's been set to trainable again. Could you explain why that might be? Most of the vanilla DCGANs suggest to set it to False.