URLError: <urlopen error [Errno 110] Connection timed out> when I try to load the GTZAN dataset

49 views Asked by At

I am trying to load the GTZAN dataset from PyTorch using torchaudio.datasets.GTZAN

gtzan_dataset = torchaudio.datasets.GTZAN(root='./data', download=True) waveform, sample_rate, label = gtzan_dataset[0]

This is the error I am getting

error

0

There are 0 answers