Closed eyalbetzalel closed 4 years ago
Thanks for filing this!
There was a bug in the PixelSnail code where the in_channels
argument was not getting passed correctly to some of the underlying blocks. Should be fixed now in dbe3828a4287f0b575f8b6fe726e2b6de94dfbf0. Give it another shot and let me know if you run into any issues.
By the way, I noticed you may be using an old version of the code, would suggest to pull/rebase.
@EugenHotaj
Thanks for the quick replay :)
I'll try it and let you know.
Going to close this out, please reopen if you see any more issues!
Hi!
I try to load the ImageNet dataset to the PixelSnail Model.
after fixing this lines in the pixel_snail.py scripts :
I still get this error :
Am I missing something? should I do anything else when trying to load 3 channels images?
Thanks, Eyal