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
7df610d1a5
commit
7f6bb0e051
Binary file not shown.
@ -193,6 +193,7 @@ def get_params() -> AttributeDict:
|
||||
{
|
||||
"best_train_loss": float("inf"),
|
||||
"best_valid_loss": float("inf"),
|
||||
"best_valid_losses": [float("inf") for i in range(10)],
|
||||
"best_train_epoch": -1,
|
||||
"best_valid_epoch": -1,
|
||||
"batch_idx_train": 0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user