Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aroubickova committed Oct 31, 2023
1 parent 23295f9 commit a4a62ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The example workflow uses a model that returns always 0s for the correction, mai
The data generation schema below outlines the kind of data we need to collect for the model training --- we need to:
1. run a fully resolved simulation (denoted F)
2. coarsen some points on the fine trajectory (denoted C) -- these are *inputs* for the training process
3. make a coarse simulation step from C (denoted by the arrow labelled \Delta t_c)
4. calculate the difference between the fully resolved, coarsened grid and the coarse grid at the equivalent simulation step -- this is the *target* to train the model for
3. make a coarse simulation step from C (denoted by the arrow labelled t_c)
4. calculate the difference between the fully resolved, coarsened grid and the coarse grid (denoted Ĉ at the equivalent simulation step -- this is the *target* to train the model for

![Data Generation](./assets/data_generation_schema.pdf)

Expand Down

0 comments on commit a4a62ef

Please sign in to comment.