We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55dc0d commit bcd9828Copy full SHA for bcd9828
task_3/taskdata.py
@@ -1,3 +1,8 @@
1
+from typing import Tuple
2
+import torch
3
+from torch.utils.data import Dataset
4
+
5
6
class TaskDataset(Dataset):
7
def __init__(self, transform=None):
8
0 commit comments