-
Notifications
You must be signed in to change notification settings - Fork 129
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
Minor edits to contributing documentation #930
base: main
Are you sure you want to change the base?
Conversation
cannot be translated to JAX, since it involved a function with dynamic shapes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The old non-example is still better. The new test is not even testing jax because the eye operations is constant folded before we call jax and jax never sees an eye
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will make it a Note session about JAX unable to process graph with dynamic shape.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also note it's not that all dynamic shapes are disallowed. They can for instance depend on input shapes, so eye(x.shape[0])
would probably work (or easily be made to work) even if x has a dynamic shape
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ricardoV94 I included that.
Is this still active? |
Description
Add minor edits to documentation in the contributing section.
Related Issue
Checklist
Type of change