We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb0207 commit 27ed48cCopy full SHA for 27ed48c
recipes_source/recipes/module_load_state_dict_tips.py
@@ -4,7 +4,7 @@
4
===================================================
5
6
If you're loading a checkpoint and want to reduce compute and memory as much as possible,
7
-this tutorial shares some recommended practices. In particular, we will discuss
+this tutorial shares some recommended practices. In particular, we will discuss the following:
8
9
1. The ``mmap`` keyword argument on ``torch.load``
10
2. The ``torch.device()`` context manager
0 commit comments