-
Notifications
You must be signed in to change notification settings - Fork 135
Gradient of OpFromGraph fails #1
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
Labels
Comments
Other OpFromGraph related problems: https://discourse.pymc.io/t/mixture-of-censored-iid-normals/13234/19?u=ricardov94 |
Apparently this was a known limitation: pytensor/pytensor/compile/builders.py Lines 168 to 169 in 97317a5
|
11 tasks
The second issue was seen in OpFromGraph but actually caused by the already fixed: #331 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The gradients of OpFromGraph seem a bit fragile. I saw the following failures:
Multiple output
Single output, involving a discrete Elemwise input
The text was updated successfully, but these errors were encountered: