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
4046896939
commit
9d14499900
Binary file not shown.
@ -1589,8 +1589,11 @@ 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 = librispeech.train_dataloaders(
|
||||
# train_cuts, sampler_state_dict=sampler_state_dict
|
||||
#)
|
||||
train_dl = librispeech.test_dataloaders(
|
||||
train_cuts
|
||||
)
|
||||
|
||||
print('\n'*5)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user