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 f7045b7e4..39cbad9d7 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.data2vec_audio.py.swp differ 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 9f5ac9446..901400202 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_lora.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train_lora.py.swp differ 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 74d5cca45..cc336a812 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 @@ -1617,11 +1617,11 @@ def run_adapter(rank, world_size, args, wb=None): adapter_names.append(new_n) adapter_param.append(p) - for n, p in model.named_parameters(): - if 'joiner' in n or 'simple' in n or 'ctc' in n: - p.requires_grad = True - else: - p.requires_grad = False + #for n, p in model.named_parameters(): + #if 'joiner' in n or 'simple' in n or 'ctc' in n: + # p.requires_grad = True + #else: + # p.requires_grad = False for lora in lora_modules: print(lora.lora.state_dict())