nashory / pggan-pytorch

:fire::fire: PyTorch implementation of "Progressive growing of GANs (PGGAN)" :fire::fire:
MIT License
819 stars 134 forks source link

weight_scale for equalized_learning #38

Open DavieHR opened 5 years ago

DavieHR commented 5 years ago

hi. I check the original code , which supplied by the paper author, that weight_scale was not like yours. the weight will multiply a constant from he's initializer . I just want to know why you set the weight not like that. THX