-
Notifications
You must be signed in to change notification settings - Fork 246
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
Incompatible shapes error after stack error #815
Labels
Comments
I believe the |
Thanks, @fritzo! I understand the situtation now. Will make the fix soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to #790
At least under the circumstances listed in #790, when the AssertionError is raised, subsequent inference
run
on the model will fail in an ipython environment. Memoized (compiled?) tensor shapes appears to be corrupted and maintained until the next invocation.Stack trace from 790:
After fixing the cause of the error (wrapping the pooled sample statement in a plate, or removing the offending plate), a shape error is generated with the following stack trace:
Reproduction case:
The text was updated successfully, but these errors were encountered: