You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the logp for the categorical distribution, the method rightly bounds the value at the appropriate index limits for the vector of probabilities, However, since the log-probability is calculated before the bound is checked, you can still get an IndexError. Unfortunately, Theano breaks the usual exception handling for this.
The text was updated successfully, but these errors were encountered:
In the
logp
for the categorical distribution, the method rightly bounds the value at the appropriate index limits for the vector of probabilities, However, since the log-probability is calculated before the bound is checked, you can still get an IndexError. Unfortunately, Theano breaks the usual exception handling for this.The text was updated successfully, but these errors were encountered: