from local

This commit is contained in:
dohe0342 2023-06-09 18:05:31 +09:00
parent 1f8739c912
commit a183543bda
2 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ def main():
args.return_cuts = True
tedlium = TedLiumAsrDataModule(args)
#valid_cuts = tedlium.dev_cuts()
test_cuts = tedlium.user_test_cuts(spk_id='0')
test_cuts = tedlium.user_test_cuts(spk_id=params.spk_id)
#valid_dl = tedlium.test_dataloaders(valid_cuts)
test_dl = tedlium.test_dataloaders(test_cuts)