christiancosgrove / pytorch-spectral-normalization-gan

Paper by Miyato et al. https://openreview.net/forum?id=B1QRgziT-
MIT License
676 stars 109 forks source link

w_g is not defined in model.py #5

Closed htoyryla closed 6 years ago

htoyryla commented 6 years ago

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).

christiancosgrove commented 6 years ago

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