diff --git a/egs/librispeech/ASR/.lastlayer.sh.swp b/egs/librispeech/ASR/.lastlayer.sh.swp index d0d16a03e..66d7a0f12 100644 Binary files a/egs/librispeech/ASR/.lastlayer.sh.swp and b/egs/librispeech/ASR/.lastlayer.sh.swp differ diff --git a/egs/librispeech/ASR/.lastlayer_all.sh.swp b/egs/librispeech/ASR/.lastlayer_all.sh.swp index 280c2503c..f404c099b 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 da57ad495..a862125c9 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 encoderfreeze $spk_id bear + ./lastlayer.sh encoderfreeze_$spk_id $spk_id bear done done