from local
This commit is contained in:
parent
99aac3617d
commit
cb29f3eb63
Binary file not shown.
@ -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.train_clean_10_cuts(option='male')
|
||||||
#train_cuts = librispeech.test_clean_user(option='big')
|
#train_cuts = librispeech.test_clean_user(option='big')
|
||||||
train_cuts = librispeech.vox_cuts(option=params.spk_id)
|
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):
|
def remove_short_and_long_utt(c: Cut):
|
||||||
return 1.0 <= c.duration <= 20.0
|
return 1.0 <= c.duration <= 20.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user