from local

This commit is contained in:
dohe0342 2023-01-30 16:52:56 +09:00
parent cb1b46cd2d
commit 8aa8d89abf
2 changed files with 4 additions and 1 deletions

View File

@ -775,7 +775,10 @@ def main():
#test_clean_cuts = librispeech.test_clean_cuts(option='male')
#test_other_cuts = librispeech.test_other_cuts(option='male')
if 1:
option = 'low'
test_clean_cuts = librispeech.test_clean_user(option=option)
test_other_cuts = librispeech.test_clean_user(option=option)
#option = '6938'
#test_clean_cuts = librispeech.vox_cuts(option=option)
#test_clean_cuts = librispeech.test_clean_user(option=option)