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 ?
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 ?