- What tutorial are you running?
Baseball example - What version of Pyro are you using?
pyro-api==0.1.2
pyro-ppl==1.8.1 - Please link or paste relevant code, and steps to reproduce.
I just copy-pasted the code from the link above, with no changes at all
I was running the above example with no changes to the code and for every time of the model(fully/partially pooled/ with logits) the Log pointwise predictive density comes out to be 0.
That just does not feel right. The fit chances of success might not be the best there, but it is hard to imagine that even in the fully pooled model it is not able to correctly predict any samples.
For example, if we consider a single example with AtBats=6, Hits=0, and a probability of success around 10%(say, normally distributed around that, with small variance), it still seems to have some predictive power?
However, every single model comes out with a density equal to 0.
What am I missing?
Thanks!