google / compare_gan

Compare GAN code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssgan

jilner opened this issue · comments

thankyou very much fou your good job
I have some questions in ssgan, where is the discrimitor used in ssgan,and where is the loss used?
thanks again

Hi Jilner. ssgan.py defines the create_loss() method where the loss is specified. The discriminator and generator architectures are configured via Gin for the super-class (ModularGAN).

Hi Jilner. ssgan.py defines the create_loss() method where the loss is specified. The discriminator and generator architectures are configured via Gin for the super-class (ModularGAN).

thanks for reply, how can I run a ssgan model?