mit-han-lab / gan-compression

[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
Other
1.1k stars 150 forks source link

Super spectral normalization #84

Closed sunpeng1996 closed 2 years ago

sunpeng1996 commented 3 years ago

hi, I have a question. I notice that you have achieved the superconv and SuperSynchronizedBatchNorm2d, but how can I achieve the Super spectral normalization? Do you have any suggestions?

lmxyy commented 2 years ago

It is somewhat hard to convert the spectral normalization to the super one. In our experiments, we observe that removing the spectral normalization also performs the same. So you could just implement the normal super normalization without spectral norm.