How to retrieve DeepONet information, such as Loss and Weights split by branch and trunk? #1182
Answered
by
lululxvi
Daniel-EST
asked this question in
Q&A
-
|
I wonder if it is possible to retrieve information about the model on each epoch. I was able to return some information (Weights, Bias and Optimizer) by using Moreover, It seems like I am only able to access the total loss (m.s.e) and not the branch and trunk loss separately. |
Beta Was this translation helpful? Give feedback.
Answered by
lululxvi
Mar 21, 2023
Replies: 1 comment
-
|
Branch and trunk nets don't have separate losses. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Daniel-EST
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Branch and trunk nets don't have separate losses.