update
Browse files
demand.py
CHANGED
|
@@ -116,7 +116,6 @@ class Demand(datasets.GeneratorBasedBuilder):
|
|
| 116 |
|
| 117 |
sample_idx = 0
|
| 118 |
for filename in archive_path.glob("**/*.wav"):
|
| 119 |
-
print(filename)
|
| 120 |
yield sample_idx, {
|
| 121 |
"category": filename.parts[-2],
|
| 122 |
"audio": filename.as_posix(),
|
|
|
|
| 116 |
|
| 117 |
sample_idx = 0
|
| 118 |
for filename in archive_path.glob("**/*.wav"):
|
|
|
|
| 119 |
yield sample_idx, {
|
| 120 |
"category": filename.parts[-2],
|
| 121 |
"audio": filename.as_posix(),
|