Skip to content

Commit

Permalink
data gen done
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed May 1, 2024
1 parent 38ef111 commit 0f259fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/data-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Following the structure given in the [general data generation](ML_training.md) c

With the previous step having extracted fine-grained data for each time step (and each trajectory for which it was repeated), we now need to run a single-timestep coarse-grained simulation. To do this, see [files/coarse_simulations](../files/coarse_simulations/). Submitting [run_coarse_sims.sh](../files/coarse_simulations/run_coarse_sims.sh) will run a single step simulation for each coarsened timestep created in the previous step.

5. Calculate the correction.
Subsequent steps: calculating the error; reformatting data for ingestion into TensorFlow; and model training are covered in [ML model training implementation](training_implementation.md).



5 changes: 2 additions & 3 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ The system needs to have all the tools and packages (in suitable versions) insta
The example workflow described here does not require a pre-trained ML model, we are using a placeholder model that alwyas returns zeroes to showcase the framework, and the script is provided here. Obviously, any other model can be exported in the desired format and used in the workflow.

[< Back](./)

## Export the ML model
<!-- ## Export the ML model
Activate the conda environment with SmartSim (see Cirrus example to make sure it has all relevant packages)
```
Expand All @@ -29,7 +28,7 @@ You can now test the zero model:
```
python zero_model_test.py
```
This script launches a database and uploads the zero model. It generates a random tensor and uses it as input for the model inference, which should return a tensor of the same dimensions filled with zero. The output gets printed on screen so that one can easily verify the content of the returned tensor.
This script launches a database and uploads the zero model. It generates a random tensor and uses it as input for the model inference, which should return a tensor of the same dimensions filled with zero. The output gets printed on screen so that one can easily verify the content of the returned tensor. -->

## Compile Hasegawa Wakatani with SmartRedis

Expand Down

0 comments on commit 0f259fe

Please sign in to comment.