diff --git a/egs/librispeech/ASR/.lastlayer_all.sh.swp b/egs/librispeech/ASR/.lastlayer_all.sh.swp index 575cc786c..93db98ec0 100644 Binary files a/egs/librispeech/ASR/.lastlayer_all.sh.swp and b/egs/librispeech/ASR/.lastlayer_all.sh.swp differ diff --git a/egs/librispeech/ASR/lastlayer_all.sh b/egs/librispeech/ASR/lastlayer_all.sh index 8baef2c6c..da57ad495 100755 --- a/egs/librispeech/ASR/lastlayer_all.sh +++ b/egs/librispeech/ASR/lastlayer_all.sh @@ -8,7 +8,7 @@ for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} echo $spk_id - ./lastlayer.sh lastlayer $spk_id bear + ./lastlayer.sh encoderfreeze $spk_id bear done done diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp index 3623413ff..ac63ac638 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp differ