from local

This commit is contained in:
dohe0342 2023-01-25 16:32:34 +09:00
parent 67e824e813
commit 7f34efe508
2 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ def main():
pseudo = f'"psudo text": "{res_dict[utt_id]}",'
splited.insert(text_idx-1, pseudo)
print(splited)
print(' '.join(splited))
'''
for test_set, test_dl in zip(test_sets, test_dl):