from local

This commit is contained in:
dohe0342 2023-01-25 16:33:56 +09:00
parent 7f34efe508
commit 7511cd229c
2 changed files with 2 additions and 1 deletions

View File

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