anantzoid / Conditional-PixelCNN-decoder

Tensorflow implementation of Gated Conditional Pixel Convolutional Neural Network
485 stars 83 forks source link

two convolutional stack? #2

Closed han-qiu closed 7 years ago

han-qiu commented 7 years ago

It seems that you only implemented the gated convolutional layer, but not the two convolutional network stack?

anantzoid commented 7 years ago

It's here: https://github.com/anantzoid/Conditional-PixelCNN-decoder/blob/master/models.py#L24