diff --git a/egs/LJSpeech/ASR/.run_v3.sh.swp b/egs/LJSpeech/ASR/.run_v3.sh.swp index 27ddb3e96..8de525151 100644 Binary files a/egs/LJSpeech/ASR/.run_v3.sh.swp and b/egs/LJSpeech/ASR/.run_v3.sh.swp differ diff --git a/egs/LJSpeech/ASR/run_v3.sh b/egs/LJSpeech/ASR/run_v3.sh index 90a639ed5..224efaf22 100755 --- a/egs/LJSpeech/ASR/run_v3.sh +++ b/egs/LJSpeech/ASR/run_v3.sh @@ -35,7 +35,6 @@ else --input-strategy AudioSamples \ --enable-spec-aug False \ --multi-optim False \ - --start-epoch 28 \ --world-size 4 \ --num-epochs 30 \ --full-libri 1 \ @@ -45,7 +44,7 @@ else --encoder-dim 768 \ --decoder-dim 768 \ --joiner-dim 768 \ - --use-fp16 0 \ + --use-fp16 1 \ --peak-dec-lr 0.04175 \ --peak-enc-lr 0.0003859 \ --accum-grads 4 \