carpedm20/pixel-rnn-tensorflow
A TensorFlow implementation of PixelCNN and PixelRNN deep generative models for image synthesis.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This repository implements Pixel Recurrent Neural Networks, an autoregressive generative model that synthesizes images by predicting each pixel conditionally on previously generated pixels. It provides TensorFlow implementations of both PixelCNN using masked convolutions and PixelRNN using row LSTM and diagonal BiLSTM architectures. The project includes training scripts for MNIST and CIFAR-10 datasets, with support for generating new images from trained models.