Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ These can be downsampled to produce samples with varying timescales $\Delta t$.
|
|
| 44 |
- 4096/256 samples, each sample of shape [400, 100] (num_timesteps, num_grid_points)
|
| 45 |
- Viscosity $\nu = 1$ is constant
|
| 46 |
|
| 47 |
-
###
|
| 48 |
These can be downsampled to produce samples with varying timescales $\Delta t$. Burgers data are generated from [Masked Autoencoder are PDE Learners](https://github.com/anthonyzhou-1/mae-pdes), and NS data are generated from Fourier Neural Operator for Parametric Partial Differential Equations (repo no longer exists).
|
| 49 |
- Burgers
|
| 50 |
- 1024/256 samples, each sample of shape [100, 64, 64] (num_timesteps, num_grid_x, num_grid_y)
|
|
|
|
| 44 |
- 4096/256 samples, each sample of shape [400, 100] (num_timesteps, num_grid_points)
|
| 45 |
- Viscosity $\nu = 1$ is constant
|
| 46 |
|
| 47 |
+
### 2D PDEs
|
| 48 |
These can be downsampled to produce samples with varying timescales $\Delta t$. Burgers data are generated from [Masked Autoencoder are PDE Learners](https://github.com/anthonyzhou-1/mae-pdes), and NS data are generated from Fourier Neural Operator for Parametric Partial Differential Equations (repo no longer exists).
|
| 49 |
- Burgers
|
| 50 |
- 1024/256 samples, each sample of shape [100, 64, 64] (num_timesteps, num_grid_x, num_grid_y)
|