Seperating equations using Jaxpr #18709
Unanswered
pranavps-creator
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello Everyone,
First of all, I would like to apologize for the long post. I am working on a Physics-Informed Neural Networks project using an FNN-based Architecture called DeepONet. The physics part(also known as residual net in the code) is a function of the network output. I want to develop a function that identifies the eqns in the Jaxpr object that obtained from the Neural Network. Below is a small reproducible example of the problem:
From this jaxpr, how do I identify the eqns that belong to the 'Operator_Net' function or in other words how do I identify the equations that build-up to the output of the 'Operator_Net'?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions