Skip to content

Commit 9c35761

Browse files
rsomani95fmassa
authored andcommitted
Fixed compute_clips docstring (#1543)
1 parent 306fe48 commit 9c35761

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torchvision/datasets/video_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ def compute_clips(self, num_frames, step, frame_rate=None):
178178
Arguments:
179179
num_frames (int): number of frames for the clip
180180
step (int): distance between two clips
181-
dilation (int): distance between two consecutive frames
182-
in a clip
183181
"""
184182
self.num_frames = num_frames
185183
self.step = step

0 commit comments

Comments
 (0)