pixel-models icon indicating copy to clipboard operation
pixel-models copied to clipboard

Pytorch implementations of the PixelCNN (va Oord et al. 2016) and PixelVAE (Gulrajani et al. 2016) models

Results 1 pixel-models issues
Sort by recently updated
recently updated
newest added

Hi there, I am trying to get the simple PixelCNN model working on CIFAR10, I took a look at your implementation here https://github.com/pbloem/pixel-models/blob/master/layers.py#L8-L32, and it looks like the masks are...