fix typo for ctc-decode.py (#815)

Co-authored-by: yifanyang <yifanyeung@yifanyangs-MacBook-Pro.local>
This commit is contained in:
Yifan Yang 2023-01-05 17:18:43 +08:00 committed by GitHub
parent 8642dbc0bd
commit b9626f2e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Usage:
--exp-dir ./pruned_transducer_stateless7_ctc/exp \
--max-duration 600 \
--hlg-scale 0.8 \
--decoding-method 1best
--decoding-method nbest
(4) nbest-rescoring
./pruned_transducer_stateless7_ctc/ctc_decode.py \

View File

@ -42,7 +42,7 @@ Usage:
--exp-dir ./pruned_transducer_stateless7_ctc_bs/exp \
--max-duration 600 \
--hlg-scale 0.8 \
--decoding-method 1best
--decoding-method nbest
(4) nbest-rescoring
./pruned_transducer_stateless7_ctc_bs/ctc_decode.py \
--epoch 30 \