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