diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index af9bbfd03..98e139471 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 a66c88924..1721adddb 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -22,8 +22,8 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3" --encoder-type d2v \ --additional-block True \ --encoder-dim 768 \ - --decoder-dim 512 \ - --joiner-dim 512 \ + --decoder-dim 768 \ + --joiner-dim 768 \ --prune-range 20 \ --context-size 2 \ --ctc-loss-scale 0.2