Closed sunpeng1996 closed 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.
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?