takengo2262
commited on
Commit
•
1188314
1
Parent(s):
6aa1eb4
Update bvcc-voicemos2022.py
Browse files- bvcc-voicemos2022.py +1 -0
bvcc-voicemos2022.py
CHANGED
@@ -247,6 +247,7 @@ class BvccDataset(datasets.GeneratorBasedBuilder):
|
|
247 |
with open(filepath, encoding="utf-8") as f:
|
248 |
for key, row in enumerate(f.readlines()):
|
249 |
data = row.strip().split(",")
|
|
|
250 |
if self.config.name == "main_track":
|
251 |
try:
|
252 |
sysID, uttID = data[1].split("-")
|
|
|
247 |
with open(filepath, encoding="utf-8") as f:
|
248 |
for key, row in enumerate(f.readlines()):
|
249 |
data = row.strip().split(",")
|
250 |
+
print(data)
|
251 |
if self.config.name == "main_track":
|
252 |
try:
|
253 |
sysID, uttID = data[1].split("-")
|