diff --git a/egs/librispeech/ASR/.lora_all.sh.swp b/egs/librispeech/ASR/.lora_all.sh.swp index aaf61b9c4..8660e8627 100644 Binary files a/egs/librispeech/ASR/.lora_all.sh.swp and b/egs/librispeech/ASR/.lora_all.sh.swp differ diff --git a/egs/librispeech/ASR/lora_all.sh b/egs/librispeech/ASR/lora_all.sh index cb062ab2a..3907e580f 100755 --- a/egs/librispeech/ASR/lora_all.sh +++ b/egs/librispeech/ASR/lora_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 - ./lora.sh lora_long_"$spk_id" $spk_id bear + ./lora.sh lora_rank2_"$spk_id" $spk_id bear done done