From 26b358a9eafa2b06722984fafd9b1f3e62592a42 Mon Sep 17 00:00:00 2001 From: yaozengwei Date: Sat, 4 Jun 2022 13:04:03 +0800 Subject: [PATCH] add uploaded files links --- egs/librispeech/ASR/RESULTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md index 1b03d7de5..7903df42e 100644 --- a/egs/librispeech/ASR/RESULTS.md +++ b/egs/librispeech/ASR/RESULTS.md @@ -234,6 +234,9 @@ The training command is: --average-period 100 ``` +The tensorboard log can be found at + + The decoding command using greedy search is: ```bash ./pruned_transducer_stateless4/decode.py \ @@ -271,6 +274,10 @@ The decoding command using modified beam search is: --beam-size 4 ``` +Pretrained models, training logs, decoding logs, and decoding results +are available at + + #### Training on train-clean-100 See