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
0e0b4cc37f
commit
98be3eb134
Binary file not shown.
@ -967,7 +967,7 @@ def train_one_epoch(
|
|||||||
sp=sp,
|
sp=sp,
|
||||||
batch=batch,
|
batch=batch,
|
||||||
is_training=True,
|
is_training=True,
|
||||||
decode = True if batch_idx % params.decode_interval == 0 else False
|
decode = True if batch_idx % params.decode_interval == 0 else False,
|
||||||
)
|
)
|
||||||
loss_info.reduce(loss.device)
|
loss_info.reduce(loss.device)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user