Add snippet illustrating discretized logistic mixture for WaveNet.
authorDustin Tran <trandustin@google.com>
Mon, 30 Apr 2018 18:14:51 +0000 (11:14 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 30 Apr 2018 18:17:51 +0000 (11:17 -0700)
commitd6da4aa946e1f0763b9c3c2e6713c058eda0fdd4
tree7de1a16d3dd5f7608b6195425f24efe81bc1351f
parent9f2728bf9b5439fd5a286a1088d7543600974d4a
Add snippet illustrating discretized logistic mixture for WaveNet.

Currently, the example manually centers the bins in order to capture ?rounding? intervals and not ?ceiling? intervals. In the future, we may simplify the example by expanding QuantizedDistribution with a binning argument.

PiperOrigin-RevId: 194814662
tensorflow/contrib/distributions/python/ops/quantized_distribution.py