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
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