Replies: 1 comment
-
The same order as the losses. |
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
-
Hello, I have a question regarding the
loss_weights
parameter inmodel.compile()
. How are the weights ordered (e.g.,[loss_pde, loss_bc, loss_ic, loss_data]
)? I wasn't able to find this in the documentation or discern it from the code. Thanks!Beta Was this translation helpful? Give feedback.
All reactions