Skip to content

Commit ea73167

Browse files
Link to nn.module checkpoint loading tutorial in save (#2588)
and load the model recipe
1 parent 987d75c commit ea73167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beginner_source/basics/saveloadrun_tutorial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@
6161
# Related Tutorials
6262
# -----------------
6363
# `Saving and Loading a General Checkpoint in PyTorch <https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_a_general_checkpoint.html>`_
64+
# `Tips for loading an `nn.Module` from a checkpoint <https://pytorch.org/tutorials/recipes/recipes/module_load_state_dict_tips.html?highlight=loading%20nn%20module%20from%20checkpoint>`_

0 commit comments

Comments
 (0)