Datasets:
Tasks:
Audio Classification
Sub-tasks:
keyword-spotting
Languages:
English
Size:
10K - 100K
ArXiv:
License:
remove debugging execution
Browse files
speech_commands_enriched.py
CHANGED
@@ -239,5 +239,5 @@ class SpeechCommands(datasets.GeneratorBasedBuilder):
|
|
239 |
}
|
240 |
|
241 |
#for debugging
|
242 |
-
if __name__ == "__main__":
|
243 |
-
ds = datasets.load_dataset("speech_commands_enriched.py", 'v0.01', split="train", streaming=False)
|
|
|
239 |
}
|
240 |
|
241 |
#for debugging
|
242 |
+
#if __name__ == "__main__":
|
243 |
+
# ds = datasets.load_dataset("speech_commands_enriched.py", 'v0.01', split="train", streaming=False)
|