AndiBerber

Results 4 comments of AndiBerber

@seanlaw : I guess it´s correct if the other one is random. But as it is the case now in `.mass()` it is set to `sqrt(m)` independent of the other...

```python loss = nll(predictions, targets) ``` should be ```python loss = nll(targets, predictions) ```

The problem still occurs with tensorflow=2.15 and tensorflow-probability=0.23. None of the approaches in `https://github.com/tensorflow/probability/issues/742` works for me. Exporting for inference works, but the training signature throws with AttributeError: 'SymbolicTensor' object...