yijingz commited on
Commit
59ef627
·
verified ·
1 Parent(s): d5b122e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -9,14 +9,14 @@ license: mit
9
  This repository contains the dataset for "Breakeven complexity: A new perspective on neural partial differential equation solvers".
10
 
11
  Dataset detail:
12
- - Navier-Stokes: field "u". 20,000 training trajectories and 1,000 test trajectories. Shape (N, res, res, T).
13
- - Kuramoto-Sivashinsky: field "u". 20,000 training trajectories and 1,000 test trajectories. Shape (N, res, res, T).
14
- - Gray-Scott: field "u" and "v". 20,000 training trajectories seperated equally into 10 files, and 1,000 test trajectories. Shape (N, res, res, T).
15
- - BreakFlow: field "velocity_x", ""velocity_y", "pressure", "vorticity", and "mask". 2,000 training trajectories and 50 test trajectories for each Reynolds bin. The combined folder is a shuffled collection of the data. The OOD(out of distribution) folder contrains train set of a shuffled collection of bin1 and bin2, and bin3 as test set. Shape (N, T, res, res).
16
 
17
  Here are time matching statistics for the datasets:
18
 
19
- **Navier-Stokes**
20
  | Resolution | nRMSE | Time (seconds) |
21
  | :--- | :--- | :--- |
22
  | **10** | 0.710526 | 0.020756 |
@@ -31,7 +31,7 @@ Here are time matching statistics for the datasets:
31
  | **100** | 0.001344 | 0.043408 |
32
  | **256** | 0.000000 | 0.043537 |
33
 
34
- **Kuramoto-Sivashinsky 1D**
35
  | Resolution | nRMSE | Time (seconds) |
36
  | :--- | :--- | :--- |
37
  | **8** | 0.840487 | 0.000209 |
@@ -64,7 +64,7 @@ Here are time matching statistics for the datasets:
64
  | **62** | 0.000412 | 0.000373 |
65
  | **64** | 0.000000 | 0.000310 |
66
 
67
- **Kuramoto-Sivashinsky 2D**
68
  | Resolution | nRMSE | Time (seconds) |
69
  | :--- | :--- | :--- |
70
  | **54** | 0.504471 | 0.015612 |
@@ -79,7 +79,7 @@ Here are time matching statistics for the datasets:
79
  | **100** | 0.000704 | 0.030900 |
80
  | **256** | 0.000000 | 0.066734 |
81
 
82
- **Kuramoto-Sivashinsky 3D**
83
  | Resolution | nRMSE | Time (seconds) |
84
  | :--- | :--- | :--- |
85
  | **48** | 0.439662 | 1.144816 |
@@ -92,7 +92,7 @@ Here are time matching statistics for the datasets:
92
  | **62** | 0.012842 | 2.050640 |
93
  | **64** | 0.000000 | 2.711006 |
94
 
95
- **Gray-Scott**
96
  | Resolution | nRMSE | Time (seconds) |
97
  | :--- | :--- | :--- |
98
  | **10** | 0.803211 | 0.037729 |
@@ -120,7 +120,7 @@ Here are time matching statistics for the datasets:
120
  | **230** | 0.002240 | 0.473417 |
121
  | **256** | 0.000000 | 0.475097 |
122
 
123
- **BreakFlow Combined**
124
  | Resolution | nRMSE | Time (seconds) |
125
  | :--- | :--- | :--- |
126
  | **1.0000** | 0.000000 | 136.90 |
@@ -145,7 +145,7 @@ Here are time matching statistics for the datasets:
145
  | **16.0000** | 0.310202 | 15.66 |
146
  | **19.0274** | 0.331415 | 15.00 |
147
 
148
- **BreakFlow Bin1**
149
  | Resolution | nRMSE | Time (seconds) |
150
  | :--- | :--- | :--- |
151
  | **1.0000** | 0.000000 | 95.00 |
@@ -193,7 +193,7 @@ Here are time matching statistics for the datasets:
193
  | **13.4543** | 0.314424 | 13.52 |
194
  | **16.0000** | 0.314749 | 13.80 |
195
 
196
- **BreakFlow Bin3 and OOD**
197
  | Resolution | nRMSE | Time (seconds) |
198
  | :--- | :--- | :--- |
199
  | **1.0000** | 0.000000 | 167.48 |
 
9
  This repository contains the dataset for "Breakeven complexity: A new perspective on neural partial differential equation solvers".
10
 
11
  Dataset detail:
12
+ - Navier-Stokes: Simulated via [Exponax](https://fkoehler.site/exponax/). Contains field "u". 20,000 training trajectories and 1,000 test trajectories. Shape (N, res, res, T).
13
+ - Kuramoto-Sivashinsky: Simulated via [Exponax](https://fkoehler.site/exponax/). Contains field "u". 20,000 training trajectories and 1,000 test trajectories. Shape (N, res, res, T).
14
+ - Gray-Scott: Simulated via [Exponax](https://fkoehler.site/exponax/). Contains field "u" and "v". 20,000 training trajectories seperated equally into 10 files, and 1,000 test trajectories. Shape (N, res, res, T).
15
+ - BreakFlow: Simulated via [PyFR](https://www.pyfr.org/). Contains field "velocity_x", ""velocity_y", "pressure", "vorticity", and "mask". 2,000 training trajectories and 50 test trajectories for each Reynolds bin. The combined folder is a shuffled collection of the data. The OOD(out of distribution) folder contrains train set of a shuffled collection of bin1 and bin2, and bin3 as test set. Shape (N, T, res, res).
16
 
17
  Here are time matching statistics for the datasets:
18
 
19
+ # Navier-Stokes
20
  | Resolution | nRMSE | Time (seconds) |
21
  | :--- | :--- | :--- |
22
  | **10** | 0.710526 | 0.020756 |
 
31
  | **100** | 0.001344 | 0.043408 |
32
  | **256** | 0.000000 | 0.043537 |
33
 
34
+ # Kuramoto-Sivashinsky 1D
35
  | Resolution | nRMSE | Time (seconds) |
36
  | :--- | :--- | :--- |
37
  | **8** | 0.840487 | 0.000209 |
 
64
  | **62** | 0.000412 | 0.000373 |
65
  | **64** | 0.000000 | 0.000310 |
66
 
67
+ # Kuramoto-Sivashinsky 2D
68
  | Resolution | nRMSE | Time (seconds) |
69
  | :--- | :--- | :--- |
70
  | **54** | 0.504471 | 0.015612 |
 
79
  | **100** | 0.000704 | 0.030900 |
80
  | **256** | 0.000000 | 0.066734 |
81
 
82
+ # Kuramoto-Sivashinsky 3D
83
  | Resolution | nRMSE | Time (seconds) |
84
  | :--- | :--- | :--- |
85
  | **48** | 0.439662 | 1.144816 |
 
92
  | **62** | 0.012842 | 2.050640 |
93
  | **64** | 0.000000 | 2.711006 |
94
 
95
+ # Gray-Scott
96
  | Resolution | nRMSE | Time (seconds) |
97
  | :--- | :--- | :--- |
98
  | **10** | 0.803211 | 0.037729 |
 
120
  | **230** | 0.002240 | 0.473417 |
121
  | **256** | 0.000000 | 0.475097 |
122
 
123
+ # BreakFlow Combined
124
  | Resolution | nRMSE | Time (seconds) |
125
  | :--- | :--- | :--- |
126
  | **1.0000** | 0.000000 | 136.90 |
 
145
  | **16.0000** | 0.310202 | 15.66 |
146
  | **19.0274** | 0.331415 | 15.00 |
147
 
148
+ # BreakFlow Bin1
149
  | Resolution | nRMSE | Time (seconds) |
150
  | :--- | :--- | :--- |
151
  | **1.0000** | 0.000000 | 95.00 |
 
193
  | **13.4543** | 0.314424 | 13.52 |
194
  | **16.0000** | 0.314749 | 13.80 |
195
 
196
+ # BreakFlow Bin3 and OOD
197
  | Resolution | nRMSE | Time (seconds) |
198
  | :--- | :--- | :--- |
199
  | **1.0000** | 0.000000 | 167.48 |