Closed RuiLiFeng closed 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.
The rotation loss is implemented in the SSGAN class: https://github.com/google/compare_gan/blob/master/compare_gan/gans/ssgan.py#L196
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.