Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
863e904e
Unverified
Commit
863e904e
authored
Sep 04, 2021
by
Nicolas Hug
Committed by
GitHub
Sep 04, 2021
Browse files
Fix note about model serialization BC guarantee (#4363)
parent
28f6978b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/source/models.rst
docs/source/models.rst
+3
-3
No files found.
docs/source/models.rst
View file @
863e904e
...
@@ -9,10 +9,10 @@ keypoint detection and video classification.
...
@@ -9,10 +9,10 @@ keypoint detection and video classification.
..
note
::
..
note
::
Backward
compatibility
is
guaranteed
for
loading
a
serialized
Backward
compatibility
is
guaranteed
for
loading
a
serialized
`
state_dict
`
to
the
model
created
using
old
PyTorch
version
.
`
`
state_dict
`
`
to
the
model
created
using
old
PyTorch
version
.
On
the
contrary
,
loading
entire
saved
models
or
serialized
On
the
contrary
,
loading
entire
saved
models
or
serialized
`
ScriptModules
`
(
seralized
using
older
versions
of
PyTorch
)
`
`
ScriptModules
`
`
(
seralized
using
older
versions
of
PyTorch
)
will
preserve
the
historic
behaviour
.
Refer
to
the
following
may
not
preserve
the
historic
behaviour
.
Refer
to
the
following
`
documentation
`
documentation
<
https
://
pytorch
.
org
/
docs
/
stable
/
notes
/
serialization
.
html
#
id6
>`
_
<
https
://
pytorch
.
org
/
docs
/
stable
/
notes
/
serialization
.
html
#
id6
>`
_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment