From 748908b1d1a398f36df36c88db17d7d0fc420bc0 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 24 May 2023 13:42:43 +0900 Subject: [PATCH] from local --- .../.train_lora.py.swp | Bin 90112 -> 90112 bytes .../train_lora.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) 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 eec0d6493b05ce7beb618ca34a9211d9782cc87d..d63062f0b4e4bca4360b466111d82d7f6f0e01cc 100644 GIT binary patch delta 82 zcmZoTz}j$tRW!*U%+puFQqO<^2m}}y%BSY0{M;z|-k$Y84+BH`WKIWX(SN)Q47Y%I f2M})u;%z{jzB$o>jdyZ_@2X}&zwLs4jPC^jzZw@w delta 94 zcmZoTz}j$tRW!*U%+puFQqO<^2m}}yyr$-+oZl$=-k$Xb4+BHOWKIWX(eJzr43~j; sBM@%@;`KnBusP9zjd!x~TcODfz7yH?iZiQHH8h(A{k9AGF}@cB0Mecs#{d8T 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 0d2bb37bf..28bfe3279 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 @@ -139,7 +139,7 @@ class LoRAHook(): lora_alpha=1.0, ) def hook_fn(self, module, input, output): - print(input.size()) + print(input) lora_out = self.lora(input) output = input + lora_out