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 28f6978 commit 863e904Copy full SHA for 863e904
docs/source/models.rst
@@ -9,10 +9,10 @@ keypoint detection and video classification.
9
10
.. note ::
11
Backward compatibility is guaranteed for loading a serialized
12
- `state_dict` to the model created using old PyTorch version.
+ ``state_dict`` to the model created using old PyTorch version.
13
On the contrary, loading entire saved models or serialized
14
- `ScriptModules` (seralized using older versions of PyTorch)
15
- will preserve the historic behaviour. Refer to the following
+ ``ScriptModules`` (seralized using older versions of PyTorch)
+ may not preserve the historic behaviour. Refer to the following
16
`documentation
17
<https://pytorch.org/docs/stable/notes/serialization.html#id6>`_
18
0 commit comments