We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e78fe2 commit 4c5ae78Copy full SHA for 4c5ae78
torchvision/datasets/moving_mnist.py
@@ -66,7 +66,7 @@ def __init__(
66
def __getitem__(self, idx: int) -> torch.Tensor:
67
"""
68
Args:
69
- index (int): Index
+ idx (int): Index
70
Returns:
71
torch.Tensor: Video frames (torch Tensor[T, C, H, W]). The `T` is the number of frames.
72
0 commit comments