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
717cf954
Unverified
Commit
717cf954
authored
Sep 09, 2020
by
Adam J. Stewart
Committed by
GitHub
Sep 09, 2020
Browse files
Fix typo in torchvision.models docs (#2656)
parent
190a5f8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/models.rst
docs/source/models.rst
+1
-1
No files found.
docs/source/models.rst
View file @
717cf954
...
@@ -104,7 +104,7 @@ to::
...
@@ -104,7 +104,7 @@ to::
mean = torch.mean(torch.tensor(means))
mean = torch.mean(torch.tensor(means))
std = torch.mean(torch.tensor(stds))
std = torch.mean(torch.tensor(stds))
Unfortunately, the concret `subset` that was used is lost. For more
Unfortunately, the concret
e
`subset` that was used is lost. For more
information see `this discussion <https://github.com/pytorch/vision/issues/1439>`_
information see `this discussion <https://github.com/pytorch/vision/issues/1439>`_
or `these experiments <https://github.com/pytorch/vision/pull/1965>`_.
or `these experiments <https://github.com/pytorch/vision/pull/1965>`_.
...
...
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