Category "tensorflow-probability"

tensorflow_probability: TransformedDistribution not accepting event_shape and batch_shape arguments

In version 0.11.0 of Tensorflow Probability, I can define a TransformedDistribution as follows, indicating event and batch shape: mvn = tfd.TransformedDistribut

tensorflow_probability: TransformedDistribution not accepting event_shape and batch_shape arguments

In version 0.11.0 of Tensorflow Probability, I can define a TransformedDistribution as follows, indicating event and batch shape: mvn = tfd.TransformedDistribut

Inverse transformation of a conditional masked autoregressive flow in tensorflow probability

The following is a normalizing flow model of the log conditional density of x_ given c_. import tensorflow as tf import tensorflow_probability as tfp tfk = tf.k