diff --git a/egs/librispeech/ASR/.lora.sh.swp b/egs/librispeech/ASR/.lora.sh.swp index 83bda5f06..4392a4f28 100644 Binary files a/egs/librispeech/ASR/.lora.sh.swp and b/egs/librispeech/ASR/.lora.sh.swp differ diff --git a/egs/librispeech/ASR/.lora_all.sh.swp b/egs/librispeech/ASR/.lora_all.sh.swp index 23e353080..7b757319c 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.sh b/egs/librispeech/ASR/lora.sh index 8396b9a6b..c3e15791d 100755 --- a/egs/librispeech/ASR/lora.sh +++ b/egs/librispeech/ASR/lora.sh @@ -68,7 +68,7 @@ else --multi-optim False \ --world-size 4 \ --num-epochs 10000 \ - --num-updates 101 \ + --num-updates 301 \ --save-every-n 50 \ --full-libri 1 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \ diff --git a/egs/librispeech/ASR/lora_all.sh b/egs/librispeech/ASR/lora_all.sh index b85b9c4c9..cb062ab2a 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_"$spk_id" $spk_id bear + ./lora.sh lora_long_"$spk_id" $spk_id bear done done