from local

This commit is contained in:
dohe0342 2023-01-25 16:34:38 +09:00
parent 7511cd229c
commit d69e20ff6d
2 changed files with 2 additions and 1 deletions

View File

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