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
3071006741
commit
8a69338447
Binary file not shown.
@ -1559,8 +1559,8 @@ def run_adapter(rank, world_size, args, wb=None):
|
||||
train_cuts, sampler_state_dict=sampler_state_dict
|
||||
)
|
||||
|
||||
valid_cuts = librispeech.dev_clean_cuts()
|
||||
valid_cuts += librispeech.dev_other_cuts()
|
||||
valid_cuts = librispeech.dev_clean_cuts(option='male')
|
||||
valid_cuts += librispeech.dev_other_cuts(option='male')
|
||||
valid_dl = librispeech.valid_dataloaders(valid_cuts)
|
||||
|
||||
scaler = GradScaler(enabled=params.use_fp16, init_scale=1.0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user