from local

This commit is contained in:
dohe0342 2023-03-23 23:01:34 +09:00
parent 99aac3617d
commit cb29f3eb63
2 changed files with 1 additions and 0 deletions

View File

@ -1763,6 +1763,7 @@ def run_adapter_uda(rank, world_size, args, wb=None):
#train_cuts = librispeech.train_clean_10_cuts(option='male')
#train_cuts = librispeech.test_clean_user(option='big')
train_cuts = librispeech.vox_cuts(option=params.spk_id)
train_cuts_uda = librispeech.vox_cuts(option=params.spk_id)
def remove_short_and_long_utt(c: Cut):
return 1.0 <= c.duration <= 20.0