From 9f5f68abc734d77d15e96a3282b929f204f268de Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 25 May 2023 19:44:13 +0900 Subject: [PATCH] from local --- .../.train_lora.py.swp | Bin 86016 -> 86016 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 245d9cce5492e7d3faf182a0122af28cd3a8ec41..4ae23445bb65f1b0daa7652a1cbb507d75f02ba8 100644 GIT binary patch delta 70 zcmZozz}m2YRW!*U%+puFLeG!^2m}}yep~0K?A$2&-k#Nlmw{o!WKM@@&fh@RRS<7; Wu7fx4y 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 3dbe9ff9e..2921c89da 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(): ) def hook_fn(self, module, input, output): #print(input) - print(len(output) + print(len(output)) #print(module, input, output) #lora_out = self.lora(input) #output += lora_out