Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

Load EMNIST dataset from within the Pytorch

$
0
0

I'm working on EMNIST dataset and want to load it from PyTorch, but it returns a strange error as:

RuntimeError: File not found or corrupted.

Here's how i have tried to load the dataset:

trainset = torchvision.datasets.EMNIST(root="emnist",                                   split="letters",                                   train=True,                                   download=True,                                   transform=transforms.ToTensor())

What might be wrong?


Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>