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
b438d321
Commit
b438d321
authored
Oct 31, 2019
by
Rahul Somani
Committed by
Francisco Massa
Oct 31, 2019
Browse files
Fixed compute_clips docstring (#1543)
parent
ca571485
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
torchvision/datasets/video_utils.py
torchvision/datasets/video_utils.py
+0
-2
No files found.
torchvision/datasets/video_utils.py
View file @
b438d321
...
@@ -178,8 +178,6 @@ class VideoClips(object):
...
@@ -178,8 +178,6 @@ class VideoClips(object):
Arguments:
Arguments:
num_frames (int): number of frames for the clip
num_frames (int): number of frames for the clip
step (int): distance between two clips
step (int): distance between two clips
dilation (int): distance between two consecutive frames
in a clip
"""
"""
self
.
num_frames
=
num_frames
self
.
num_frames
=
num_frames
self
.
step
=
step
self
.
step
=
step
...
...
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