From a6c838aa06c5103cb0f1c94e1b1eb6de1ae62f4c Mon Sep 17 00:00:00 2001 From: rsomani95 Date: Thu, 31 Oct 2019 17:23:23 +0530 Subject: [PATCH] Fixed compute_clips docstring --- torchvision/datasets/video_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/torchvision/datasets/video_utils.py b/torchvision/datasets/video_utils.py index 4037bcc7b3b..21063cea857 100644 --- a/torchvision/datasets/video_utils.py +++ b/torchvision/datasets/video_utils.py @@ -178,8 +178,6 @@ def compute_clips(self, num_frames, step, frame_rate=None): Arguments: num_frames (int): number of frames for the clip step (int): distance between two clips - dilation (int): distance between two consecutive frames - in a clip """ self.num_frames = num_frames self.step = step