pclucas14 / pixel-cnn-pp

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

PyTorch version #13

Closed AlexanderMath closed 4 years ago

AlexanderMath commented 4 years ago

Great job on the implementation! I'm curious to know which version you used of Python / PyTorch etc. One of the files use

print e

So I'm guessing you're using Python 2.7, but I'm not sure which PyTorch version you used.

pclucas14 commented 4 years ago

Hi Alexander,

I was using python 2.7 and pytorch 0.3 at the time

-Lucas