from local

This commit is contained in:
dohe0342 2023-02-02 15:11:49 +09:00
parent 26f345713d
commit e938e6d887
2 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ def get_params() -> AttributeDict:
{ {
"best_train_loss": float("inf"), "best_train_loss": float("inf"),
"best_valid_loss": float("inf"), "best_valid_loss": float("inf"),
"best_valid_losses": [float("inf") for i in range(10)], "best_valid_losses": {},
"best_train_epoch": -1, "best_train_epoch": -1,
"best_valid_epoch": -1, "best_valid_epoch": -1,
"batch_idx_train": 0, "batch_idx_train": 0,