PDEBench
PDEBench copied to clipboard
PINN supervision data
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.
https://github.com/pdebench/PDEBench/blob/cbdeeeda3dec3886bdabaf5bb881f1521fe846b0/pdebench/models/pinn/train.py#L162-L181
Thanks!
Hi,
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, do you know how to draw pdebench_examples.PNG? This is the visualization picture shown by the author on the code homepage