Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 363 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 363 Bytes

PixelSNAIL

Tensorflow 2 implementation of PixelSNAIL.

Usage

Train on MNIST/CIFAR10 with

python train.py -d mnist
python train.py -d cifar10

See available training options with

python train.py -h

Training data and visualisations can be seen with

tensorboard --logdir logs