From 4048f7be65016a18500a54ab55ed15b475204870 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 25 May 2023 18:56:24 +0900 Subject: [PATCH] from local --- .../.train_lora.py.swp | Bin 81920 -> 81920 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 0109562433ddca11d2bf7e74d839e7edf4e702a3..6d8ba42ea594734aec7db08fdb1ec459d6167f25 100644 GIT binary patch delta 50 zcmV-20L}k^fCYen1&|a0)PWVX6#?%L1;7jd04$dY5CK~OEVpG40n7}O?JftCy!s8d IMI8aVB8<}zAOHXW delta 62 zcmZo@U~On%ogl(^r%`mPDC2v6*5f=3493$r1sJ0ljkl)?FrMKNE>J)Q1x1;8CEHzO I8TTjw03E~-f&c&j 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 1d0c18118..edf8e8249 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 @@ -1605,7 +1605,7 @@ def run_adapter(rank, world_size, args, wb=None): lora_modules = [] for modules in model.modules(): if isinstance(modules, fairseq.modules.multihead_attention.MultiheadAttention): - print(modules) + logging.info(modules) ''' for module in modules.modules(): #print(module)