This dataset contains the pretrained baseline models, namely FNO, U-Net, and PINN. These models are trained on different PDEs, such as 1D advection, 1D Burgers', 1D and 2D diffusion-reaction, 1D diffusion-sorption, 1D, 2D, and 3D compressible Navier-Stokes, 2D Darcy flow, and 2D shallow water equation.
In addition the dataset contains the pre-trained model for the 1D Inverse problem for FNO and U-Net. These models are stored using the same structure as the dataset they trained on.
All the files are saved in .pt files, the default file type for the PyTorch library.
More detailed information are also provided in our Github repository (https://github.com/pdebench/PDEBench) and our submitting paper to NeurIPS 2022 Benchmark track.
This version includes the pretrained model weights trained using the latest Advection and Burgers equation data.