From 66fda54e9dd737560d31179364c003c023a90960 Mon Sep 17 00:00:00 2001 From: yaozengwei Date: Thu, 7 Jul 2022 19:54:26 +0800 Subject: [PATCH] minor fix --- egs/librispeech/ASR/RESULTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index 3290bc93c..892a58fb2 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -710,7 +710,7 @@ for method in greedy_search modified_beam_search fast_beam_search; do ./pruned_transducer_stateless5/decode.py \ --epoch 30 \ --avg 10 \ - --exp-dir ./pruned_transducer_stateless5/exp-M \ + --exp-dir ./pruned_transducer_stateless5/exp-B \ --max-duration 600 \ --decoding-method $method \ --max-sym-per-frame 1 \