Skip to content

Commit bcd9828

Browse files
committed
add imports
1 parent e55dc0d commit bcd9828

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

task_3/taskdata.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
from typing import Tuple
2+
import torch
3+
from torch.utils.data import Dataset
4+
5+
16
class TaskDataset(Dataset):
27
def __init__(self, transform=None):
38

0 commit comments

Comments
 (0)