from local

This commit is contained in:
dohe0342 2023-01-30 16:54:22 +09:00
parent 8c9caf83d1
commit 227527246b
2 changed files with 3 additions and 0 deletions

View File

@ -777,6 +777,9 @@ def main():
if 0: if 0:
test_clean_cuts = librispeech.test_clean_user(option=option) test_clean_cuts = librispeech.test_clean_user(option=option)
test_other_cuts = librispeech.test_other_user(option=option) test_other_cuts = librispeech.test_other_user(option=option)
test_clean_dl = librispeech.test_dataloaders(test_clean_cuts)
test_other_dl = librispeech.test_dataloaders(test_other_cuts)
if 1: if 1:
option = 'low' option = 'low'