I created a dataset GGZ dataset, but the dataset shows 0 number of rows for the train and test split when loaded.
What am I doing wrong? Any help would be great!
I created a dataset GGZ dataset, but the dataset shows 0 number of rows for the train and test split when loaded.
What am I doing wrong? Any help would be great!
Hi ! Can you make sure the audio file names in your metadata file match the audio file names inside the archives ? I suspect that if filename in metadata:
is always False
Can you try to add some print
(or breakpoints) in your code to see why it doesn’t yield
anything ?