Skip to content

Code for paper "Implicit Neural Spatial Representations for Time-dependent PDEs", ICML 2023

Notifications You must be signed in to change notification settings

honglin-c/INSR-PDE

Repository files navigation

Implicit Neural Spatial Representations for Time-dependent PDEs

Official implementation for the paper:

Implicit Neural Spatial Representations for Time-dependent PDEs
Honglin Chen*1, Rundi Wu*1, Eitan Grinspun2, Changxi Zheng1, Peter Yichen Chen3 1
1Columbia University, 2University of Toronto, 3Massachusetts Institute of Technology
ICML 2023

Installation

Prerequisites:

  • python 3.9+
  • An NVIDIA GPU

Install dependencies with pip:

pip install -r requirements.txt
# NOTE: check https://pytorch.org/ for pytorch installation command for your CUDA version

Experiments

Run each shell script under scripts/ for the examples shown in the paper:

bash scripts/xxx.sh

For instance,

bash scripts/advect1D.sh

Citation

@inproceedings{chenwu2023insr-pde,
    title={Implicit Neural Spatial Representations for Time-dependent PDEs},
    author={Honglin Chen and Rundi Wu and Eitan Grinspun and Changxi Zheng and Peter Yichen Chen},
    booktitle={International Conference on Machine Learning},
    year={2023}
}

About

Code for paper "Implicit Neural Spatial Representations for Time-dependent PDEs", ICML 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published