from local

This commit is contained in:
dohe0342 2023-03-15 02:25:09 +09:00
parent 16bda47473
commit 93ba1461c9
2 changed files with 6 additions and 0 deletions

View File

@ -805,6 +805,12 @@ def main():
test_sets = [f"test-clean_sampling"] test_sets = [f"test-clean_sampling"]
test_dl = [test_clean_dl] test_dl = [test_clean_dl]
if 1:
test_clean_cuts = librispeech.vox_cuts(option=params.spk_id)
test_clean_dl = librispeech.test_dataloaders(test_clean_cuts)
test_sets = [f"test-clean_sampling"]
test_dl = [test_clean_dl]
for test_set, test_dl in zip(test_sets, test_dl): for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset( results_dict = decode_dataset(
dl=test_dl, dl=test_dl,