christiancosgrove / pytorch-spectral-normalization-gan

Paper by Miyato et al. https://openreview.net/forum?id=B1QRgziT-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should I apply only to the discriminator?

taki0112 opened this issue · comments

Should I apply only to the discriminator?

Do not apply spectral normalization to both generator and discriminator?

In the paper, only the discriminator is trained with spectral normalization. The generator uses batch norm.

"We trained the parameters of the
generator with batch normalization" (p. 5 Miyato et al.)