From ecd92f72a8628e21c923aef8bf367cf1dc2308c3 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 24 May 2023 13:47:25 +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 d720fb566121a4e8b59e4beb921832d9c9f1463a..044e69062ab9fe15a78db14e49af1a5485ccdb2a 100644 GIT binary patch delta 90 zcmZoTz}j$tRW!*U%+puFQqO<^2m}}y_D{=A*|t&iy*=xD9tMW+$(#<(qVISa7)}B4 o3Lst%#LIv41Hy-Ac)U?U^Z^b6(`z~r0^4l)t$M{YV0EnX+y#N3J delta 89 zcmZoTz}j$tRW!*U%+puFQqO<^2m}}y7EjAfaoi~S-k$Xx4+BHkWKIWX(YL$|3@3qj nIS?-c;-x?wwmH$^8xK=z+GPE=Vv`Ge7c~p|Z5Q-od@l$9Ne~&o 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 950b55829..848b2d281 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(module, input, output)) + print(module, input, output) lora_out = self.lora(input) output = input + lora_out