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.
2 parents a708431 + 2c9ca54 commit 42c3c37Copy full SHA for 42c3c37
CollaborativeCoding/dataloaders/svhn.py
@@ -6,7 +6,6 @@
6
from PIL import Image
7
from scipy.io import loadmat
8
from torch.utils.data import Dataset
9
-from torchvision.datasets import SVHN
10
11
12
class SVHNDataset(Dataset):
0 commit comments