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 0d179aa commit 761d679Copy full SHA for 761d679
docs/source/notes/serialization.rst
@@ -27,7 +27,7 @@ The second saves and loads the entire model::
27
28
Then later::
29
30
- the_model = torch.load(PATH))
+ the_model = torch.load(PATH)
31
32
However in this case, the serialized data is bound to the specific classes
33
and the exact directory structure used, so it can break in various ways when
0 commit comments