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
b0271a1987
commit
d84ec859ff
Binary file not shown.
@ -717,6 +717,8 @@ def load_checkpoint_if_available(
|
|||||||
if "cur_batch_idx" in saved_params:
|
if "cur_batch_idx" in saved_params:
|
||||||
params["cur_batch_idx"] = saved_params["cur_batch_idx"]
|
params["cur_batch_idx"] = saved_params["cur_batch_idx"]
|
||||||
|
|
||||||
|
params.batch_idx_train = 0
|
||||||
|
|
||||||
return saved_params
|
return saved_params
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user