Skip to content

Commit

Permalink
Bump checkpoint notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzpellegrini committed Dec 13, 2022
1 parent fe5667b commit 7c331c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions notebooks/how-tos/checkpoints.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"---\n",
"# Save and load checkpoints\n",
"\n",
"The ability to **save and resume experiments** may be very useful when running long experiments.\n",
"\n",
"Avalanche offers a checkpointing functionality that can be used to save and restore your strategy including plugins, metrics, and loggers.\n",
"The ability to **save and resume experiments** may be very useful when running long experiments. Avalanche offers a checkpointing functionality that can be used to save and restore your strategy including plugins, metrics, and loggers.\n",
"\n",
"This guide will show how to plug the checkpointing functionality into the usual Avalanche main script. This only requires minor changes in the main: no changes on the strategy/plugins/... code is required! Also, make sure to check the [checkpointing.py](https://github.com/ContinualAI/avalanche/blob/master/examples/checkpointing.py) example in the repository for a ready-to-go template.\n",
"\n",
Expand Down

0 comments on commit 7c331c6

Please sign in to comment.