diff --git a/egs/librispeech/ASR/.lastlayer_all.sh.swp b/egs/librispeech/ASR/.lastlayer_all.sh.swp index f97065e47..fe6880e59 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 a862125c9..3e5a3a063 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 $spk_id bear + ./lastlayer.sh encoderlast_$spk_id $spk_id bear done done