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
25bc21df
Unverified
Commit
25bc21df
authored
Jul 08, 2021
by
Amani Kiruga
Committed by
GitHub
Jul 08, 2021
Browse files
Minor grammar fix to docstring (#4159)
parent
01537843
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/__init__.py
torchvision/__init__.py
+1
-1
No files found.
torchvision/__init__.py
View file @
25bc21df
...
@@ -63,7 +63,7 @@ def set_video_backend(backend):
...
@@ -63,7 +63,7 @@ def set_video_backend(backend):
binding for the FFmpeg libraries.
binding for the FFmpeg libraries.
The :mod:`video_reader` package includes a native C++ implementation on
The :mod:`video_reader` package includes a native C++ implementation on
top of FFMPEG libraries, and a python API of TorchScript custom operator.
top of FFMPEG libraries, and a python API of TorchScript custom operator.
It
is
generally decod
ing
faster than :mod:`pyav`, but perhaps
is
less robust.
It generally decod
es
faster than :mod:`pyav`, but
is
perhaps less robust.
.. note::
.. note::
Building with FFMPEG is disabled by default in the latest master. If you want to use the 'video_reader'
Building with FFMPEG is disabled by default in the latest master. If you want to use the 'video_reader'
...
...
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