PixelCNN2DOutput

class tfsnippet.layers.PixelCNN2DOutput(vertical, horizontal)

Bases: object

The output of a PixelCNN 2D layer, including tensors from the vertical and horizontal convolution stacks.

Attributes Summary

horizontal Get the horizontal convolution stack output.
vertical Get the vertical convolution stack output.

Attributes Documentation

horizontal

Get the horizontal convolution stack output.

vertical

Get the vertical convolution stack output.