From e938e6d8879777a0c8bead3f400606d4bf936963 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 2 Feb 2023 15:11:49 +0900 Subject: [PATCH] from local --- egs/aishell/ASR/conformer_ctc/.train.py.swp | Bin 45056 -> 45056 bytes egs/aishell/ASR/conformer_ctc/train.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/aishell/ASR/conformer_ctc/.train.py.swp b/egs/aishell/ASR/conformer_ctc/.train.py.swp index bb2fef37ae1fd8e6134fe15ae5a3c89450c33817..4a0ce060a05faa709616222f4f9f90f222434f37 100644 GIT binary patch delta 77 zcmZp8z|`=7Ni4}A%+puFQqO<^2m}}yctUO`GbwKrd*{!(jg^7n(Pqv7X-39Jn^gl> fu}*H#mz#VpOpK$tR);|W2qxdlk=(2jekTF|U4R#z delta 104 zcmZp8z|`=7Ni4}A%+puFQqO<^2m}}yxI=Cy|5w^5_RgPmIx7Ri;mw=@(u|CUH>(D& zVx9ahOjJEOEhj&*L_;YvFHK2PAuYd1AyXkUPoXF=FFjSm&_FX*hd}`dCg01E+^iCQ GCjtO{+8~Dj diff --git a/egs/aishell/ASR/conformer_ctc/train.py b/egs/aishell/ASR/conformer_ctc/train.py index 22ec83a2e..abb832f3c 100755 --- a/egs/aishell/ASR/conformer_ctc/train.py +++ b/egs/aishell/ASR/conformer_ctc/train.py @@ -193,7 +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_valid_losses": {}, "best_train_epoch": -1, "best_valid_epoch": -1, "batch_idx_train": 0,