PixelCNN Tensorflow 2 implementation of the original PixelCNN. Usage The model can be trained on MNIST or CIFAR10 python train.py -d mnist python train.py -d cifar10 To see all training options use python train.py -h