rampage644 / wavenet

WaveNet implementation with chainer
Apache License 2.0
57 stars 11 forks source link

AttributeError: 'MaskedConvolution2D' object has no attribute 'has_uninitialized_params' #9

Closed PharrellWANG closed 5 years ago

PharrellWANG commented 5 years ago

Hi @rampage644, i am trying your pixelcnn implementation on cifar with python train.py -g0 --levels 256 --out data/ --dataset cifar, but I am receiving assertion error AttributeError: 'MaskedConvolution2D' object has no attribute 'has_uninitialized_params'. Why is it? I think I have all the dependencies installed.

rampage644 commented 5 years ago

I think this is because some dependencies were updated (the code was developed almost 2 year ago). I didn't pin the version I've used as you can see. Feel free to submit a fix.