stylegan2-pytorch
stylegan2-pytorch copied to clipboard
why the self.bias of the class "StyledConv" is commented?
Why the self.bias of the class "StyledConv" is commented? It seems that the StyledConv layer has bias int the original StyleGAN2 architecture
Hi, are you able to understand why they commented it out in the code? I've always been curious about that part
@rosinality I'll be really grateful if you could give us a hint on why bias is commented out.
The code I refered to is below:
https://github.com/rosinality/stylegan2-pytorch/blob/bef283a1c24087da704d16c30abc8e36e63efa0e/model.py#L356C70-L356C70