From fd5c0dca7710c5633b50fda4591b1738d5499cdb Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 24 May 2023 13:46:53 +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 48c18cb2359cd63f774e5bcd82e711740dc02a4d..d720fb566121a4e8b59e4beb921832d9c9f1463a 100644 GIT binary patch delta 118 zcmZoTz}j$tRV>LM%+puFQqO<^2m}}y7EjAfaWvj2_RgO59S;LT*kn!zXUVs`3=AiM zcsUR+1LCDX90tT`n^PS=@-U~QrcKs=D>k{ow?`~DKczG$RYxH+ub{LLM%+puFQqO<^2m}}yE>6u&Ni^Ch_RgO5KMw;#`eaTAXUTuO3=Fq` zcn1(~2jXo&oDRehn^PS=@=OkhV-ZMGC{8VjPf9FF&WKM=Nllxq|5j{rzHbj}W?n&Q ONwc8ec0oVJ_ksY&nIriC 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..950b55829 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) + print(module, input, output)) lora_out = self.lora(input) output = input + lora_out