From 7faed4a6253b0f61e1fddb06fdb556bb9d293ad7 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 26 May 2023 12:22:45 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.lora.sh.swp | Bin 12288 -> 12288 bytes .../.decode.py.swp | Bin 49152 -> 49152 bytes .../.train_lora.py.swp | Bin 81920 -> 81920 bytes .../decode.py | 10 ---------- 4 files changed, 10 deletions(-) diff --git a/egs/librispeech/ASR/.lora.sh.swp b/egs/librispeech/ASR/.lora.sh.swp index dfc7816306294643ce2f7a851e855649f05bb869..fe0db1f1c99711eaf74b5afabd10c20dfaa6a12d 100644 GIT binary patch delta 31 lcmZojXh;xCG6?hZRj|}EU;qLE28K7P1u3)rH;TQ|2LOY&2+IHf delta 31 lcmZojXh;xCG6?hZRj|}EU;qLE28KA5f|P&08^vDf0|0<(2%P`` diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp index c5d70e001098cf3344adf2fa6e694fff0cdde3ed..5a214e8e6c865eb3c83d1f5180250bbf04f945e8 100644 GIT binary patch delta 144 zcmZo@U~Xt&-XI{rn6g<=;4?pO7ZU@684Cjgg8%~qP)MPg(N>a`f#Dxe=r0hT0^-F$ zTo1$`WePyd1;m^{%mKuom>C%E0P$@gJ_5v3H=k5I!#KH4Ss#eS85Mw}7zi^dz?neq Pg~`<_R+}AE56l7pD|R6# delta 290 zcmZo@U~Xt&-XI{rn73I_;4?q(DnL!1pv`sM%w@Y 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 9f08d0f331b6ebaf196adc9963e3c39a4f5c1959..d129103c0f35bd47918a3f42e4e7542df1cc6ad1 100644 GIT binary patch delta 36 qcmZo@U~On%6-zP*^Ym4))H7fJ0s#hw52^(zr~Dhmwu&*nvIhXGlL_- diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py index 91e9711c4..56a409790 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -91,19 +91,9 @@ class LoRAHook(): lora_alpha=1.0, ) def hook_fn(self, module, input, output): - #print('-'*20) - #print(input[0].size(), output.size()) - #print('-'*20) - - print(output) - print('-'*20) - lora_out = self.lora(input[0]) output += lora_out - print(output) - print('*'*20) - def save_checkpoint(self, i, iter_, save_dir): if isinstance(self.lora, DDP): lora = self.lora.module