from local

This commit is contained in:
dohe0342 2023-01-30 16:52:20 +09:00
parent b3e13b166f
commit cb1b46cd2d
2 changed files with 3 additions and 3 deletions

View File

@ -775,9 +775,9 @@ def main():
#test_clean_cuts = librispeech.test_clean_cuts(option='male') #test_clean_cuts = librispeech.test_clean_cuts(option='male')
#test_other_cuts = librispeech.test_other_cuts(option='male') #test_other_cuts = librispeech.test_other_cuts(option='male')
#option = 'big' option = 'low'
option = '6938' #option = '6938'
test_clean_cuts = librispeech.vox_cuts(option=option) #test_clean_cuts = librispeech.vox_cuts(option=option)
#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)