Self-Attention-GAN-Tensorflow
Self-Attention-GAN-Tensorflow copied to clipboard
Adding the conditional batch normalization & projection discriminator
Are you planning to add the conditional batch normalization and projection discriminator similar to cGANs with Projection Discriminator (https://arxiv.org/abs/1802.05637)?
You can refer to the tf implementation of conditional batch normalization here https://github.com/MingtaoGuo/sngan_projection_TensorFlow
+1, are you planning to follow the paper description and adding the conditional batch normalization and projection discriminator?