Fotis Drakopoulos

Results 3 issues of Fotis Drakopoulos

Hi, I'm facing a memory leak issue with TFP distributions. Specifically, I have a custom function that samples from a Categorical distribution and returns the output: ``` def compute_categorical_distribution(classes_pred,dtype=np.int8,validate_args=True): #...

> NotImplementedError: mean is not implemented: Categorical Defined a _mean method for implementing the mean of the Categorical distribution, following a previous PR (https://github.com/tensorflow/probability/pull/1411).

I decided to make an issue here to summarize my issues/requests with rtmixer, perhaps for future fixes/updates. In general, what I am trying to do is to execute an audio...