Makan Arastuie

Results 1 issues of Makan Arastuie

Hi there, The first line of the code for the Mandatory coin-flip example creates a random variable as follows: ``rv_coin_flip_prior = tfp.distributions.Bernoulli(probs=0.5, dtype=tf.int32)`` I think the variable name implies that...