from local

This commit is contained in:
dohe0342 2023-01-28 13:50:37 +09:00
parent b593c05924
commit fd0840eb59
2 changed files with 2 additions and 2 deletions

View File

@ -777,8 +777,8 @@ def main():
#option = 'big'
option = '4446'
#test_clean_cuts = librispeech.vox_cuts(option=option)
test_clean_cuts = librispeech.test_clean_user(option=option)
test_clean_cuts = librispeech.vox_cuts(option=option)
#test_clean_cuts = librispeech.test_clean_user(option=option)
#test_other_cuts = librispeech.test_other_user(option=option)
test_clean_dl = librispeech.test_dataloaders(test_clean_cuts)