Datasets:
DCNemesis
commited on
Commit
·
377103a
1
Parent(s):
14b23e7
add debug code
Browse files
audio-keyword-spotting.py
CHANGED
@@ -137,5 +137,6 @@ class AudioKeywordSpotting(datasets.GeneratorBasedBuilder):
|
|
137 |
}
|
138 |
except Exception as e:
|
139 |
print(e)
|
|
|
140 |
print(f'In split {split}: {row["file"]} failed to download. Data may be missing.')
|
141 |
pass
|
|
|
137 |
}
|
138 |
except Exception as e:
|
139 |
print(e)
|
140 |
+
print('audio_dir', row['file'], os.path.join(audio_dir, row['file']))
|
141 |
print(f'In split {split}: {row["file"]} failed to download. Data may be missing.')
|
142 |
pass
|