diff --git a/egs/librispeech/ASR/.lastlayer_all.sh.swp b/egs/librispeech/ASR/.lastlayer_all.sh.swp index c87c66166..86e5b9297 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 bab218f9a..8baef2c6c 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 bitfit_"$spk_id"_v2 $spk_id bear + ./lastlayer.sh lastlayer $spk_id bear done done