Datasets:
Tasks:
Audio Classification
Sub-tasks:
keyword-spotting
Languages:
English
Size:
10K - 100K
ArXiv:
License:
soeren
commited on
Commit
·
d76a660
1
Parent(s):
b5fa8de
comment out debugging
Browse files
speech_commands_enriched.py
CHANGED
@@ -267,5 +267,5 @@ class SpeechCommands(datasets.GeneratorBasedBuilder):
|
|
267 |
|
268 |
#for debugging, comment out after
|
269 |
if __name__ == "__main__":
|
270 |
-
ds = datasets.load_dataset("speech_commands_enriched.py", 'v0.01', split="test",
|
271 |
-
|
|
|
267 |
|
268 |
#for debugging, comment out after
|
269 |
if __name__ == "__main__":
|
270 |
+
#ds = datasets.load_dataset("speech_commands_enriched.py", 'v0.01', split="test",
|
271 |
+
# streaming=False)
|