You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to make a term inside the loss function that based on (optionally) its own grid and its own data make a competition with a differential equation with its own weight. Consequently, we need separate computation procedure which may be included to loss function, i.e. L=lam_data * L_data+lam_op * L_op+lam_bc * L_bc
It is good to have possibility to add something like data=data and term in a loss function to be able to train model in a PINN mode.
The text was updated successfully, but these errors were encountered: