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
4e9c3efe15
commit
1d0f510b8a
Binary file not shown.
@ -1776,6 +1776,10 @@ def run_adapter_uda(rank, world_size, args, wb=None):
|
||||
train_dl = librispeech.train_dataloaders(
|
||||
train_cuts, sampler_state_dict=sampler_state_dict
|
||||
)
|
||||
train_dl_uda = librispeech.train_dataloaders(
|
||||
train_cuts, sampler_state_dict=sampler_state_dict
|
||||
)
|
||||
|
||||
#train_dl = librispeech.test_dataloaders(
|
||||
# train_cuts
|
||||
#)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user