mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
4d5b9e7713
commit
6b0d9c95b7
Binary file not shown.
@ -1583,10 +1583,16 @@ def run_adapter(rank, world_size, args, wb=None):
|
|||||||
train_cuts = train_cuts.filter(remove_short_and_long_utt)
|
train_cuts = train_cuts.filter(remove_short_and_long_utt)
|
||||||
|
|
||||||
sampler_state_dict = None
|
sampler_state_dict = None
|
||||||
|
|
||||||
|
'''
|
||||||
train_dl = librispeech.train_dataloaders(
|
train_dl = librispeech.train_dataloaders(
|
||||||
train_cuts, sampler_state_dict=sampler_state_dict
|
train_cuts, sampler_state_dict=sampler_state_dict
|
||||||
)
|
)
|
||||||
|
'''
|
||||||
|
train_dl = ljspeech.train_dataloaders(
|
||||||
|
train_cuts, sampler_state_dict=sampler_state_dict
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
valid_cuts = librispeech.dev_clean_cuts(option=params.gender)
|
valid_cuts = librispeech.dev_clean_cuts(option=params.gender)
|
||||||
valid_cuts += librispeech.dev_other_cuts(option=params.gender)
|
valid_cuts += librispeech.dev_other_cuts(option=params.gender)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user