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
000dc1af5c
commit
bd35e337bc
Binary file not shown.
@ -1065,6 +1065,7 @@ def train_one_epoch(
|
|||||||
if params.print_diagnostics and batch_idx == 5:
|
if params.print_diagnostics and batch_idx == 5:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
'''
|
||||||
if (
|
if (
|
||||||
rank == 0
|
rank == 0
|
||||||
and params.batch_idx_train > 0
|
and params.batch_idx_train > 0
|
||||||
@ -1075,6 +1076,7 @@ def train_one_epoch(
|
|||||||
model_cur=model,
|
model_cur=model,
|
||||||
model_avg=model_avg,
|
model_avg=model_avg,
|
||||||
)
|
)
|
||||||
|
'''
|
||||||
|
|
||||||
if (
|
if (
|
||||||
params.batch_idx_train > 0
|
params.batch_idx_train > 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user