Hey guys,
I have 2 small queries with the implementation of the Class Conditional Batch Norm 2D layer in the BigGAN. I have attached the apt screenshots for reference below.
In the explanation for the same, it has been simply said that gamma and beta are obtained via transformations of the class embedding c, however, in the code, Spectral Norm has been used over the linear transformation. Can anyone tell me what is the role of Spectral Norm here?
Additionally, when we obtained class_scale, we have added 1 to the output of the transformed outputs, which is nowhere mentioned in the theory. Can anyone let me know about the significance of this operation?
Thanks in advance!