From 5aded9bc7cd213d2f62022b30e3332a9595dbed3 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 13 Dec 2022 11:42:47 +0900 Subject: [PATCH] from local --- .../.train.py.swp | Bin 69632 -> 69632 bytes .../train.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp index 605c19b87d265aef50ae4a2e7a855a3996806d98..52e7fc085c7b65e99fcad522c5daf51b93cb08d3 100644 GIT binary patch delta 76 zcmZozz|ydQMJ&l6%+puFQqO<^2m}}y;+{=UR@%E!?43Pp1q%bikLdUZ4i>cl delta 72 zcmZozz|ydQMJ&l6%+puFQqO<^2m}}y%%4q9{=8?S*gJdHN)`r&qnkM$j2Srv*%%nu afcWTUSI2Ia$vW}klb^Y|Y}R(WdJ+KI7Zry9 diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py index 6da77c60f..914d621e3 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py @@ -1310,7 +1310,7 @@ def run(rank, world_size, args, wb=None): if ( params.multi_optim and "scheduler_enc" in checkpoints - and checkpoint["scheduler_enc"] is not None + and checkpoints["scheduler_enc"] is not None ): logging.info("Loading enc/dec scheduler state dict") scheduler_enc.load_state_dict(checkpoints["scheduler_enc"])