-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logp with transforms fails in FAST_COMPILE #5618
Comments
I cannot reproduce this on Colab: https://colab.research.google.com/drive/1uTZS1EqG4tNIuB4U__TP2gpMtrQFdTye?usp=sharing |
Closing this for now since it cannot be reproduced with a different user account on the same machine. |
I solved the issue by removing the following option from my
|
If that's what caused it, it's important to address |
This is now our responsibility, should be easy to fix |
Description of your problem
I seems the Dirichlet distribution does not work in the current beta, although it seems to be expected to work.
Complete error traceback
The error above seems to indicate that Softmax is applied on the transformed RV of the Dirichlet distribution. However, the transformation currently used is the
aeppl.transforms.Simplex
which does not explicitly use the Softmax function:https://github.com/aesara-devs/aeppl/blob/751979802f1aef5478fdbf7cc1839df07df60825/aeppl/transforms.py#L289-L311
Versions and main components
The text was updated successfully, but these errors were encountered: