pclucas14 / pixel-cnn-pp

Pytorch Implementation of OpenAI's PixelCNN++
Other
345 stars 76 forks source link

is it a bug? #9

Closed zxydi1992 closed 5 years ago

zxydi1992 commented 5 years ago

The line 44 of layers.py is self.conv == wn(self.conv) Should it be self.conv = wn(self.conv)? A similar one is in the line 85.

I wonder how much it affects the performance and the pretrained models?

pclucas14 commented 5 years ago

Hi @zxydi1992,

Yes it is, thanks for flagging this. The issue has been dealt with.