You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?The text was updated successfully, but these errors were encountered: