Pavan Kishore

Results 1 issues of Pavan Kishore

## Proposition for correcting issue #685 Error with Implementation of Mean Method in distributions.Categorical > NotImplementedError: mean is not implemented: Categorical ```py import tensorflow_probability as tfp prob_dist = tfp.distributions.Categorical(probs=[1.0]) print(prob_dist.mean())...

cla: yes