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
4e629e7ddf
commit
1ce3eccb0b
Binary file not shown.
@ -1144,13 +1144,12 @@ def run(rank, world_size, args, wb=None):
|
||||
|
||||
if wb is None:
|
||||
optimizer_enc = ScaledAdam(
|
||||
dec_param,
|
||||
lr=params.peak_enc_lr,
|
||||
clipping_scale=5.0,
|
||||
parameters_names=dec_names,
|
||||
enc_param,
|
||||
lr=param.peak_enc_lr,
|
||||
clipping_scale=2.0,
|
||||
parameters_names=parameters_names,
|
||||
)
|
||||
|
||||
optimizer_dec = Eve(dec_param, lr=params.peak_dec_lr)
|
||||
else:
|
||||
logging.info('start wandb sweep optimization...')
|
||||
logging.info(wb.config.peak_enc_lr)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user