Skip to content

Commit d986068

Browse files
mikaylagawareckiSvetlana Karslioglu
and
Svetlana Karslioglu
authored
Fix rendering on related tutorials link (#2589)
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
1 parent c7c45d1 commit d986068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/basics/saveloadrun_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
#######################
6161
# Related Tutorials
6262
# -----------------
63-
# `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>`_
63+
# - `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)