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
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
Run each shell script under scripts/
for the examples shown in the paper:
bash scripts/xxx.sh
For instance,
bash scripts/advect1D.sh
@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}
}