Authors: Daniel Kelshaw, Georgios Rigas, Luca Magri
Venue: Accepted to NeurIPS 2022 Workshop on Machine Learning and the Physical Sciences
All code to reproduce experiments can be found in the ./src folder:
- Generate data using
./src/data/generate_kolmogorov.py - Train model using
./src/experiments/base_experiment.py - Run post-processing using
./src/postprocessing/generate_plot.py
Defaults have been set to the same as used in the paper.
@inproceedings{Kelshaw2022,
title = {Physics-Informed CNNs for Super-Resolution of Sparse Observations on Dynamical Systems},
author = {Daniel Kelshaw and Georgios Rigas and Luca Magri},
booktitle = {NeurIPS 2022 Workshop on Machine Learning and the Physical Sciences},
year = {2022},
url = {https://arxiv.org/abs/2207.00556},
}
