Luba
Results
1
issues of
Luba
Hi, I was getting the followed erro when I executing this code: ```py from torch.utils.data import Dataset from sklearn.datasets import fetch_openml X, y = fetch_openml("mnist_784", version=1, return_X_y=True) class SimpleDataset(Dataset): def...