What's the difference between `torchvision.datasets.samplers.RandomClipSampler` and `torch.utils.data.sampler.RandomSampler`

Hi,
What’s the difference?
I create a dataset with torchvision.datasets.Kinetics400 class.
And get different length of dataloader with these two sampler.
And torch.utils.data.sampler.RandomSampler is correct to me.
Thanks.

1 Like