google / compare_gan

Compare GAN code.
Apache License 2.0
1.82k stars 319 forks source link

ssgan #23

Closed jilner closed 5 years ago

jilner commented 5 years ago

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

mariolucic commented 5 years ago

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).

jilner commented 5 years ago

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?