google / compare_gan

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

The SSGAN model has no rotation loss in discriminator #39

Closed RuiLiFeng closed 5 years ago

RuiLiFeng commented 5 years ago

I looked into the SSGAN model in tfhub, it seems that the discriminator is the default one in resnet_biggan.py, with no parameter in rotation loss.

Marvin182 commented 5 years ago

The rotation loss is implemented in the SSGAN class: https://github.com/google/compare_gan/blob/master/compare_gan/gans/ssgan.py#L196