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.
@ -1584,9 +1584,15 @@ def run_adapter(rank, world_size, args, wb=None):
|
||||
|
||||
sampler_state_dict = None
|
||||
|
||||
'''
|
||||
train_dl = librispeech.train_dataloaders(
|
||||
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_other_cuts(option=params.gender)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user