How is the loss evaluated? #1033
Unanswered
edoardo100
asked this question in
Q&A
Replies: 1 comment
-
|
See the papers: https://doi.org/10.1038/s42256-021-00302-5, https://doi.org/10.1016/j.cma.2022.114778 |
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 have a question related to the loss evaluation in deepXDE.
Let us take the example for deepONet in https://deepxde.readthedocs.io/en/latest/demos/operator/antiderivative_aligned.html.
If I understand properly the network is defined in
and the loss will have a term like
y_true-y_pred, withy_trueandy_predarrays representing the pde solution as calculated a priori and the predicted solution. Now, if my interpretation is correct,y_trueshould have length equal to 100 along one axis, whiley_pred, in the example provided, will be of length 40 along the same axis.My question is: how is the loss actually evaluated? Is there a sort of interpolation step for one of the vectors involved or am I missing something?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions