Definition

PixelCNN model substitutes the LSTM used for PixelRNN with a convolutional layer. The model generates the target pixel using previously generated nearby pixels.

PixelCNN model substitutes the LSTM used for PixelRNN with a convolutional layer. The model generates the target pixel using previously generated nearby pixels.