File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,25 @@ You can find an overview of predictor learning setups
217
217
218
218
### Citation
219
219
220
- This package was developed as part of the ` APEBench paper ` (accepted at Neurips 2024), we will soon add the citation here.
220
+ This package was developed as part of the [ APEBench paper
221
+ (arxiv.org/abs/2411.00180)] ( https://arxiv.org/abs/2411.00180 ) (accepted at
222
+ Neurips 2024). If you find it useful for your research, please consider citing
223
+ it:
224
+
225
+ ``` bibtex
226
+ @article{koehler2024apebench,
227
+ title={{APEBench}: A Benchmark for Autoregressive Neural Emulators of {PDE}s},
228
+ author={Felix Koehler and Simon Niedermayr and R{\"}udiger Westermann and Nils Thuerey},
229
+ journal={Advances in Neural Information Processing Systems (NeurIPS)},
230
+ volume={38},
231
+ year={2024}
232
+ }
233
+ ```
234
+
235
+ (Feel free to also give the project a star on GitHub if you like it.)
236
+
237
+ [ Here] ( https://github.com/tum-pbs/apebench ) you can find the APEBench benchmark
238
+ suite.
221
239
222
240
### Funding
223
241
Original file line number Diff line number Diff line change @@ -85,7 +85,25 @@ stencil come closer to the numerical FOU stencil.
85
85
86
86
### Citation
87
87
88
- This package was developed as part of the ` APEBench paper ` (accepted at Neurips 2024), we will soon add the citation here.
88
+ This package was developed as part of the [ APEBench paper
89
+ (arxiv.org/abs/2411.00180)] ( https://arxiv.org/abs/2411.00180 ) (accepted at
90
+ Neurips 2024). If you find it useful for your research, please consider citing
91
+ it:
92
+
93
+ ``` bibtex
94
+ @article{koehler2024apebench,
95
+ title={{APEBench}: A Benchmark for Autoregressive Neural Emulators of {PDE}s},
96
+ author={Felix Koehler and Simon Niedermayr and R{\"}udiger Westermann and Nils Thuerey},
97
+ journal={Advances in Neural Information Processing Systems (NeurIPS)},
98
+ volume={38},
99
+ year={2024}
100
+ }
101
+ ```
102
+
103
+ (Feel free to also give the project a star on GitHub if you like it.)
104
+
105
+ [ Here] ( https://github.com/tum-pbs/apebench ) you can find the APEBench benchmark
106
+ suite.
89
107
90
108
### Funding
91
109
You can’t perform that action at this time.
0 commit comments