-
Notifications
You must be signed in to change notification settings - Fork 130
ENH: Join
looses static shape information
#163
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
That's not a bug. It's fine for an Op to lose shape information (as long as it's still correct). We can improve it of course. Other parts of the library do assume shape is not lost (e.g., some asserts in rewrites). Those are bugs. |
Join
looses static shape informationJoin
looses static shape information
michaelosthege
added a commit
to michaelosthege/pytensor
that referenced
this issue
Jan 3, 2023
michaelosthege
added a commit
to michaelosthege/pytensor
that referenced
this issue
Jan 3, 2023
michaelosthege
added a commit
to michaelosthege/pytensor
that referenced
this issue
Jan 3, 2023
6 tasks
twiecki
pushed a commit
that referenced
this issue
Jan 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
A simple
pt.concatenate
of tensors with known static shapes could easily result in a static shape.Currently it does not.
Reproducable code example:
Error message:
PyTensor version information:
main
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: