from local

This commit is contained in:
dohe0342 2023-02-02 14:50:39 +09:00
parent 7df610d1a5
commit 7f6bb0e051
2 changed files with 1 additions and 0 deletions

View File

@ -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,