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 2f227a6 commit 73f3efcCopy full SHA for 73f3efc
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