PixelCNN icon indicating copy to clipboard operation
PixelCNN copied to clipboard

PyTorch implementation of PixelCNN from "Pixel Recurrent Neural Networks"

Results 3 PixelCNN issues
Sort by recently updated
recently updated
newest added

In the mask with type 'B', the mask was generated with code: `mask[:, :, height // 2] = 0` which I believe should be : `mask[:, :, height // 2...

Hi, got this error on sample func (solver.py) Saved sampled images at f/cs/labs/yedid/daniel023/glann_images/cifar_glo_clean/PixelCNN/results/2019-06-22_15-51-26/epoch-1.png) Epoch: 0%| | 0/200 [00:00

Hi, in the paper, they mentioned that they used a vertical and horizontal convolution stack to overcome blindspot. Was this also included in your implementation?