from local

This commit is contained in:
dohe0342 2023-01-26 11:25:48 +09:00
parent df68a83be3
commit 4cc5c02e17
2 changed files with 4 additions and 0 deletions

View File

@ -816,6 +816,8 @@ def main():
new_jsons.write(new_line)
'''
'''
for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset(
dl=test_dl,
@ -832,6 +834,8 @@ def main():
results_dict=results_dict,
)
'''
'''
test_clean_cuts, test_clean_sets = librispeech.test_clean_cuts(option='user')
test_other_cuts, test_other_sets = librispeech.test_other_cuts(option='user')