From c46a29212ff13a69c784af5e50aadaae106fd511 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 25 May 2023 21:05:37 +0900 Subject: [PATCH] from local --- .../.train_lora.py.swp | Bin 86016 -> 86016 bytes .../train_lora.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) 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 2ef4eaf11ab42821f5eef50bcb32500f20b58ffc..efcd80923437e788e362c8ee7e2b09210f1e5768 100644 GIT binary patch delta 47 zcmV+~0MP${pap=S1+eb}0RXe`0~9<3QVjqA!jlO=Ujf3iX+U5Nm+(FT27}K{x6e%h FF#?Cx5JLa} delta 46 zcmZozz}m2Yb;EmR#?Z|lm_=+@19=%34o>EDh-W;wInyD5cXFezYV$ka?eBaUg_r<@ Crx0!c 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 4c25feaf3..d57a6fe06 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,8 +139,8 @@ class LoRAHook(): ) def hook_fn(self, module, input, output): #print(input) - print(module, input, output[0].size()) - #lora_out = self.lora(input) + #print(module, input, output[0].size()) + lora_out = self.lora(input) #output += lora_out def save_checkpoint(self, i, iter_, save_dir):