Pjit: What is the effect of defining in-compatible in_axis_resources/out_axis_resources? #8912
Unanswered
mattiasmar
asked this question in
Q&A
Replies: 1 comment 5 replies
-
...or if I leave out_axis_resources as None, would it be adjusted to match the in_axis_resources of the following layer? |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
How does JAX (pjit) act if the
in_axis_resources
of one layer don't match theout_axis_resources
of the previous layer?If I leave
in_axis_resources
asNone
, would it be adjusted to match theout_axis_resources
of the previous layer?Beta Was this translation helpful? Give feedback.
All reactions