ayz2 commited on
Commit
7644685
·
verified ·
1 Parent(s): 3345df6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ### 12D 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)
 
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)