diff --git a/egs/librispeech/ASR/.run.sh.swp b/egs/librispeech/ASR/.run.sh.swp index adac367f4..b31386376 100644 Binary files a/egs/librispeech/ASR/.run.sh.swp and b/egs/librispeech/ASR/.run.sh.swp differ diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 28fd62fd5..ca89113fc 100644 Binary files a/egs/librispeech/ASR/.test.sh.swp and b/egs/librispeech/ASR/.test.sh.swp differ diff --git a/egs/librispeech/ASR/test.sh b/egs/librispeech/ASR/test.sh index e4677f63a..839b62512 100755 --- a/egs/librispeech/ASR/test.sh +++ b/egs/librispeech/ASR/test.sh @@ -13,7 +13,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do --max-sym-per-frame 1 \ --encoder-type d2v \ --encoder-dim 768 \ - --decoder-dim 768 \ - --joiner-dim 768 \ + --decoder-dim 512 \ + --joiner-dim 512 \ --use-averaged-model True done