Datasets:
Tasks:
Audio Classification
Sub-tasks:
keyword-spotting
Languages:
English
Size:
10K - 100K
ArXiv:
License:
soeren
commited on
Commit
·
7596ca0
1
Parent(s):
d76a660
fix missed indentation
Browse files
speech_commands_enriched.py
CHANGED
@@ -266,6 +266,6 @@ class SpeechCommands(datasets.GeneratorBasedBuilder):
|
|
266 |
}
|
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)
|
|
|
266 |
}
|
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)
|