Replies: 1 comment
-
|
It is the same. |
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.
-
I'm working with DeepXDE to solve a set of coupled PDEs. My model has three outputs$(y_1, y_2, y_3)$ and two inputs $(x,t)$ , with given boundary conditions. Here's the thing: In my PDEs, I need to take the derivative with respect to one of the outputs. For example:
I know with standard feedforward NNs, we usually take derivatives w.r.t inputs. But how do I do this with an output for PINN training in DeepXDE?
Would appreciate any guidance!
Beta Was this translation helpful? Give feedback.
All reactions