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
2c449264b5
commit
30c8dbce02
Binary file not shown.
@ -1153,6 +1153,12 @@ def run(rank, world_size, args, wb=None):
|
||||
clipping_scale=None,
|
||||
parameters_names=enc_names,
|
||||
)
|
||||
optimizer_dec = ScaledAdam(
|
||||
dec_param,
|
||||
lr=param.peak_dec_lr,
|
||||
clipping_scale=None,
|
||||
parameters_names=dec_names,
|
||||
)
|
||||
|
||||
else:
|
||||
logging.info('start wandb sweep optimization...')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user