Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmartSim API Updates #772

Open
wants to merge 2 commits into
base: v1.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typos in documentation (#758)
Fix typos in documentation

[ reviewed by @ankona ]
[ committed by @jsta ]
jsta authored Oct 29, 2024
commit 4701e8c1e066372f1dca870636f20eee36074114
2 changes: 2 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ Description

- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
- Add instructions for installing SmartSim on PML's Scylla
- Fix typos in documentation

Detailed Notes

@@ -30,6 +31,7 @@ Detailed Notes
have yet to be installed at a system-wide level. Scylla has
its own entry in the documentation.
([SmartSim-PR733](https://github.com/CrayLabs/SmartSim/pull/733))
- Fix typos in the `train_surrogate` tutorial documentation


### 0.8.0
4 changes: 2 additions & 2 deletions doc/tutorials/ml_training/surrogate/README.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@

In this example, a neural network is trained to act like a surrogate model and to solve a
well-known physical problem, i.e. computing the steady state of heat diffusion. The training
dataset is constructed by running simualations *while* the model is being trained.
dataset is constructed by running simulations *while* the model is being trained.

The notebook also displays how the surrogate model prediction improves during training.
The notebook also displays how the surrogate model prediction improves during training.
2 changes: 1 addition & 1 deletion doc/tutorials/ml_training/surrogate/train_surrogate.ipynb
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"\n",
"In this notebook, a neural network is trained to act like a surrogate model and to solve a\n",
"well-known physical problem, i.e. computing the steady state of heat diffusion. The training\n",
"dataset is constructed by running simualations *while* the model is being trained.\n",
"dataset is constructed by running simulations *while* the model is being trained.\n",
"\n",
"## 2D Heat Diffusion and Steady State\n",
"Throughout this notebook, the heat equation will be solved on the two-dimensional domain $[0,1]\\times[0,1]$, setting the initial temperature to 0 K, except\n",