https://github.com/ermongroup/neural-pde-solver
https://github.com/ermongroup/neural-pde-solver
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ermongroup/neural-pde-solver
- Owner: ermongroup
- Created: 2020-05-21T20:53:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T20:54:30.000Z (over 5 years ago)
- Last Synced: 2025-03-31T16:09:11.382Z (7 months ago)
- Language: Python
- Size: 141 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural PDE Solver
This is the code for the paper
**Learning Neural PDE Solvers with Convergence Guarantees**
Submitted to ICLR 2019.
## Data generation
Modify the script `scripts/generation.sh` and run
```
./scripts/generation.sh
```*Note*: for now, `image_size` has to be (2^n + 1), e.g. 17, 33, 65, etc.