Replies: 1 comment 1 reply
-
|
You are right that to do an inverse IDE problem, there are some codes needed to convert from numpy to tensorflow. I haven't done inverse IDE problems yet. |
Beta Was this translation helpful? Give feedback.
1 reply
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 am trying to do an inverse PINN to predict a parameter in the integral term in an IDE.
It shows the following error
I tried to change the return of the kernel to
return tf.math.exp(-A * (t - tao))but the same error is issued
I believe the problem is in the gauss-quadrature code in the IDE soyrce code. I tried to change the it to use tensorflow instead of numpy functions but I didn't find a gauss-quadrature function in tensorflow. Did anyone face a similar problem?
Thanks,
Mahmoud
Beta Was this translation helpful? Give feedback.
All reactions