osh / KerasGAN

A couple of simple GANs in Keras
501 stars 177 forks source link

Compilation question #9

Open howardyclo opened 7 years ago

howardyclo commented 7 years ago

Hello, I just read your tutorial, it is very nice. I have one question: since you've set learning process for GAN GAN.compile(...), why need to set learning process again for generator ? generator.compile(...) Isn't the generator compiled when you call GAN.compile() since GAN reuses the generator ?