diff --git a/egs/librispeech/ASR/.prompt_tuning_all.sh.swp b/egs/librispeech/ASR/.prompt_tuning_all.sh.swp index b5860dd07..de0bccda9 100644 Binary files a/egs/librispeech/ASR/.prompt_tuning_all.sh.swp and b/egs/librispeech/ASR/.prompt_tuning_all.sh.swp differ 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 f15854143..353d74b56 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.decode.py.swp differ 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 0bf140c48..1c6a0d477 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/decode.py @@ -359,7 +359,7 @@ def decode_one_batch( else: encoder_out, encoder_out_lens = model.encoder(x=feature, x_lens=feature_lens, prompt=model.prompt) - if 1: + if 0: encoder_out = encoder_out[:,50:,:] encoder_out_lens -= 50