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
From the code it seems that PINN samples 30% of ground truth data from the solution domain and use them to supervise training. If I understand correctly, the original PINN does not require supervision data. Is this the desired behavior? I could not locate related descriptions in the paper.
you are absolutely correct that PINNs don't necessarily need supervision data and can be thought of as a standalone PDE solver. However, we did include some observational data here since the other baseline methods are purely based on supervision and felt that this is a more fair comparison.
Thank you for the reply. I may not understand the code completely. Is supervision data sampled from the entire time domain or just from the first few time steps? The first case would look less realistic since it requires knowing the complete PDE solution before hand.
Hi,
From the code it seems that PINN samples 30% of ground truth data from the solution domain and use them to supervise training. If I understand correctly, the original PINN does not require supervision data. Is this the desired behavior? I could not locate related descriptions in the paper.
PDEBench/pdebench/models/pinn/train.py
Lines 162 to 181 in cbdeeed
Thanks!
The text was updated successfully, but these errors were encountered: