From a53453c22cd3ea66d8e5ee0911d7feea816bdf2e Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Wed, 24 May 2023 13:46:28 +0900 Subject: [PATCH] from local --- .../.data2vec_audio.py.swp | Bin 45056 -> 45056 bytes .../.train_lora.py.swp | Bin 90112 -> 90112 bytes .../train_lora.py | 1 - 3 files changed, 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp index bca8f1d603cadcfa2800bc80f56dce7e59ba2646..a708eac9724f6d26fce24b61330f06e5686a97d2 100644 GIT binary patch delta 32 mcmZp8z|`=7Ni@kI%+puFQqO<^2m}}yLZ{`XJl!bzdOZM~9||A< delta 32 mcmZp8z|`=7Ni@kI%+puFQqO<^2m}}ye5d86?AR#!dOZM|_6h3% 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 e19be3add9e7424afb842fcc92ba4c64661a8ac3..48c18cb2359cd63f774e5bcd82e711740dc02a4d 100644 GIT binary patch delta 74 zcmZoTz}j$tbwhvvqwwZHfzA57|9Kb~(s>ye7z7v?geMC+xN~j?^0onS`sPFjHeTkG c)U?U^Z^b4r-6t`*(^sSUfbaGLzKjk+00J2n8UO$Q delta 73 zcmZoTz}j$tbwhvvqsZn!fzA57Z+I9OB6t}X7z7v?L?#P5xO1)q@>T%x^3913Y`l}L b-*QcE@O5BIt;j6V&}`oByM4Paqo)u6;>Q&A 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 e4d486d41..28bfe3279 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 @@ -142,7 +142,6 @@ class LoRAHook(): print(input) lora_out = self.lora(input) output = input + lora_out - exit() def set_batch_count(model: Union[nn.Module, DDP], batch_count: float) -> None: