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
a56fb98700
commit
c06244081c
Binary file not shown.
@ -1038,8 +1038,8 @@ def train_one_epoch(
|
||||
|
||||
if batch_idx % params.log_interval == 0:
|
||||
if params.multi_optim:
|
||||
cur_enc_lr = scheduler.get_last_lr()[0]
|
||||
cur_dec_lr = scheduler.get_last_lr()[0]
|
||||
cur_enc_lr = scheduler_enc.get_last_lr()[0]
|
||||
cur_dec_lr = scheduler_dec.get_last_lr()[0]
|
||||
cur_grad_scale = scaler._scale.item() if params.use_fp16 else 1.0
|
||||
|
||||
logging.info(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user