From 6b2179d40f6f016313895d571ab21aa2a7421549 Mon Sep 17 00:00:00 2001 From: majorli6 Date: Mon, 21 Nov 2022 11:24:42 +0800 Subject: [PATCH] conformer readme doc fix link #I5XZRL Signed-off-by: majorli6 --- speech/speech_recognition/conformer/pytorch/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/speech/speech_recognition/conformer/pytorch/README.md b/speech/speech_recognition/conformer/pytorch/README.md index 0dd3659b7..35cc3b57d 100755 --- a/speech/speech_recognition/conformer/pytorch/README.md +++ b/speech/speech_recognition/conformer/pytorch/README.md @@ -12,8 +12,8 @@ pip3 install -r requirements.txt ## Step 2: Training -dataset is data_aishell.tgz and resource_aishell.tgz from wenet. -You could just run the whole script +Dataset is data_aishell.tgz and resource_aishell.tgz from wenet. +You could just run the whole script, which will download the dataset automatically. ``` bash run.sh --stage -1 --stop-stage 6 ``` @@ -50,4 +50,4 @@ bash run.sh --stage 6 --stop-stage 6 ## Reference -https://github.com/wenet-e2e/wenet \ No newline at end of file +https://github.com/wenet-e2e/wenet -- Gitee