Example/Tutorial of PixelCNN on toy datasets

In my endeavour to learn Pytorch, I have come up with this simple implementation of a PixelCNN model (sequence based completion using convolutions only, introduced Oord et al 2016) on two very small datasets:

I would be very happy to translate these into a Pytorch tutorial if there is appetite for it.

5 Likes

Thanks for this, nice work.