From ecb2f5fdc149810ef84cca9f9db50696c61eabe0 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 24 May 2023 13:42:58 +0900 Subject: [PATCH] from local --- .../.train_lora.py.swp | Bin 90112 -> 90112 bytes .../train_lora.py | 1 + 2 files changed, 1 insertion(+) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_lora.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_lora.py.swp index d63062f0b4e4bca4360b466111d82d7f6f0e01cc..5529419a39987a83c999d704ec1c2c25c91eca63 100644 GIT binary patch delta 103 zcmZoTz}j$tRV>LM%+puFQqO<^2m}}y4o%HXu{7E!W+lKVvN=#-vp(+|9tMU8UWly7 yWI+da-jzV!3Lst%#1WfQ9lr7~rcKs=D>k{o*MTjyBC|w8vw6Gk_U*omoLM%+puFQqO<^2m}}y%BSY0{50GsW+lKVyg5){vp(;C9tMVVUWlyl zWI+da-t9o%HXsIxYHv<;_{t+tq{N`0ppcT9rcj((0;DGEzZILjbf3iJPG61Y1HRi2 J_%b>O0RX0iAV&ZI diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_lora.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_lora.py index 28bfe3279..e4d486d41 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_lora.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train_lora.py @@ -142,6 +142,7 @@ class LoRAHook(): print(input) lora_out = self.lora(input) output = input + lora_out + exit() def set_batch_count(model: Union[nn.Module, DDP], batch_count: float) -> None: