jakebelew / gated-pixel-cnn

A TensorFlow implementation of the gated variant of PixelCNN (Gated PixelCNN) from "Conditional Image Generation with PixelCNN Decoders" (https://arxiv.org/abs/1606.05328).
Apache License 2.0
28 stars 8 forks source link

A bug in the horizonal stack? #1

Open yuffon opened 5 years ago

yuffon commented 5 years ago

In the paper, after the gated conv in the hstack, there is a 1x1 conv, here the code uses 3x3 conv.