from local

This commit is contained in:
dohe0342 2023-01-26 11:07:16 +09:00
parent bdb05236b2
commit ec0e3c0053
2 changed files with 2 additions and 2 deletions

View File

@ -1579,8 +1579,8 @@ def run_adapter(rank, world_size, args, wb=None):
train_cuts += librispeech.train_other_500_cuts(option=params.gender)
'''
#train_cuts = librispeech.train_clean_10_cuts(option='male')
train_cuts = librispeech.test_clean_user(option='big')
train_cuts = librispeech.train_clean_10_cuts(option='male')
#train_cuts = librispeech.test_clean_user(option='big')
def remove_short_and_long_utt(c: Cut):
return 1.0 <= c.duration <= 20.0