Closed jonathanoesterle closed 5 years ago
Hi Jonathan, could you please provide code to reproduce this error?
I changed a lot in my code and now I can't get this error anymore, even when I try. As soon as it occurs again, I will post it here. Sorry, I can't help at the moment.
Ok, I'll close the issue for now. Feel free to reopen it if the error pops up again.
Hi,
When I use a Mixture of Gaussians with at least 2 components and I set
svi=True
inSNPE
, then the mixture weightsa
sometimes becomeNaNs
. I assume this happens in the softmax-function, but I'm not sure. The error is reproducible and does not happen (with the same data) if I have only 1 component. It also does not happen when I setsvi=False
.Best, Jonathan
Here, the full error message.