Commit ·
a2e2362
1
Parent(s): 01d1429
Asantewaa's testing
Browse files- asr-sample.py +1 -0
asr-sample.py
CHANGED
|
@@ -125,6 +125,7 @@ class LibrispeechASR(datasets.GeneratorBasedBuilder):
|
|
| 125 |
key = 0
|
| 126 |
audio_data = {}
|
| 127 |
transcripts = []
|
|
|
|
| 128 |
for path, f in files:
|
| 129 |
if path.endswith(".flac"):
|
| 130 |
id_ = path.split("/")[-1][: -len(".flac")]
|
|
|
|
| 125 |
key = 0
|
| 126 |
audio_data = {}
|
| 127 |
transcripts = []
|
| 128 |
+
print("files.....",files)
|
| 129 |
for path, f in files:
|
| 130 |
if path.endswith(".flac"):
|
| 131 |
id_ = path.split("/")[-1][: -len(".flac")]
|