Replies: 1 comment
-
It's going to be difficult to help you without a runnable reproduction of the problem. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into a problem, because jaxpr doesn't support serialization itself, so I wanted to convert jaxpr to ir to use. In most cases, the conversion of ir works fine, but in a few special cases (I couldn't locate the case), the number of arguments in pr was reduced after the conversion, resulting in parameter mismatch issues and errors in the code. The following is my code, please ask if you have any suggestions to help me solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions