diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index 39ba70e36..c26bf75a1 100644 Binary files a/egs/librispeech/ASR/.run_v3.sh.swp and b/egs/librispeech/ASR/.run_v3.sh.swp differ diff --git a/egs/librispeech/ASR/run_v3.sh b/egs/librispeech/ASR/run_v3.sh index c62b8409b..d7b50dcc8 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -9,8 +9,8 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" --multi-optim True \ --world-size 8 \ --num-epochs 30 \ - --start-epoch 0 \ - --full-libri 1 \ + --start-epoch 1 \ + --full-libri 0 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \ --max-duration 300 \ --freeze-finetune-updates 2000 \