An open API service indexing awesome lists of open source software.

https://github.com/ermongroup/neural-pde-solver


https://github.com/ermongroup/neural-pde-solver

Last synced: 5 months ago
JSON representation

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.