diff --git a/egs/librispeech/ASR/.lora_all.sh.swo b/egs/librispeech/ASR/.lora_all.sh.swo new file mode 100644 index 000000000..b7eae382a Binary files /dev/null and b/egs/librispeech/ASR/.lora_all.sh.swo differ diff --git a/egs/librispeech/ASR/lora_all.sh b/egs/librispeech/ASR/lora_all.sh index 3907e580f..da5807c41 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_rank2_"$spk_id" $spk_id bear + ./lora.sh lora_rank6_"$spk_id" $spk_id bear done done