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

w_g is not defined in model.py

htoyryla opened this issue · comments

The title says it all :)

Didn't try to work it out from the code, but with w_g = 4 it seems to work (dcgan, bce).

Thanks for pointing this out! I've updated model.py.