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
It can be seen that two sets of weights have been used, for example, I1 * criterion(dydt_train[:,0] * w_res[0], rhs_train[:,0] * w_res[0]) for the first species. Can you please explain why two separate sets of weights(I and wres) have been used?
The text was updated successfully, but these errors were encountered:
In the file
robertson_pinn/robertson_pinn.py
, there is a code snippet:Stiff-PINN/robertson_pinn/robertson_pinn.py
Lines 128 to 132 in ec41e5e
Moving to :
Stiff-PINN/robertson_pinn/robertson_pinn.py
Lines 179 to 191 in ec41e5e
It can be seen that two sets of weights have been used, for example,
I1 * criterion(dydt_train[:,0] * w_res[0], rhs_train[:,0] * w_res[0])
for the first species. Can you please explain why two separate sets of weights(I and wres) have been used?The text was updated successfully, but these errors were encountered: