from local

This commit is contained in:
dohe0342 2023-03-15 02:29:17 +09:00
parent 68fd9aef2c
commit 333204c5c2
2 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ def main():
test_dl = [test_clean_dl]
if 1:
test_clean_cuts = librispeech.vox_cuts(option=params.spk_id)
test_clean_cuts = librispeech.userlibri_cuts(option=params.spk_id)
test_clean_dl = librispeech.test_dataloaders(test_clean_cuts)
test_sets = [f"{params.spk_id}"]
test_dl = [test_clean_dl]