Skip to content

Commit 4dcb8da

Browse files
committed
fixed typos and reworded for clarity in checkpointing notebook
1 parent 0522f53 commit 4dcb8da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/pre_executed/hyrax_checkpointing.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Checkpoint with Hyrax\n",
99
"\n",
10-
"The notebook demonstrates how to use save and resume checkpointed models in Hyrax."
10+
"This notebook demonstrates how to save and resume models with checkpointing in Hyrax."
1111
]
1212
},
1313
{
@@ -118,7 +118,9 @@
118118
"id": "6bddd166",
119119
"metadata": {},
120120
"source": [
121-
"The resumed training data will create its own timestamped results directory with new checkpoints and will not overwrite the previous one. Note that if a model that should run for `n` epochs finishes its training and the checkpoint is loaded with the number of epochs still being `n`, then the model will be trained for `n` more epochs. This can be seen in TensorBoard as well; the validation loss is plotted against each epoch and the red curve represents the validation loss from the initial training while the blue curve is the validation loss from the additional 3 epochs.\n",
121+
"The resumed training data will create its own timestamped results directory with new checkpoints and will not overwrite the previous one. Note that if a model that should run for `n` epochs finishes its training and the checkpoint is loaded with the number of epochs still being `n`, then the model will be trained for `n` more epochs.\n",
122+
"\n",
123+
"Additional training from a checkpoint can be seen in TensorBoard as well; the validation loss is plotted against each epoch and the red curve represents the validation loss from the initial training while the blue curve is the validation loss from the additional 3 epochs.\n",
122124
"\n",
123125
"![tensorboard_checkpoint_val_loss.png](../_static/screenshots/tensorboard_checkpoint_val_loss.png)"
124126
]

0 commit comments

Comments
 (0)