From 14c6390cabe3e24f84f8439c7e20ea56e1fc0069 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 25 May 2023 19:41:01 +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 d6bd5942762f94db10ffc32c1e833a9cae76bda9..61ac6ad83aa5d56e6560ca71c45072e9e0bb093f 100644 GIT binary patch delta 108 zcmZozz}m2YRW!*U%+puFLeG!^2m}}yu3F`%)NK@fZ_jGY%fPUHGN(f{-!CBR3Wx{9 zmAspa9N2j$PxIB~R4ypW%q!8z%?I%ql_wwe)#k~}D=00|E6%J+)zEAf@!Kxq$M}X3 E09~UW)Bpeg delta 123 zcmZozz}m2YRW!*U%+puFLeG!^2m}}y4q4@=lx`G#Z_ld4%fK*gGN(f{-vc0PH;4zs sLVTNx9N2lMPw;1yoxI*xck*3dZ8i0@(&TJK0zkc4#BaNZALAQF0CMLYJ^%m! 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 1275041fd..f61c5b2d7 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('fuck!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') - print(module, input, output) + print(input.size()) + #print(module, input, output) #lora_out = self.lora(input) #output += lora_out