Skip to content

Latest commit

 

History

History

pixelcnn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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