From f68ac8a31ee11e04f87b75ac99e3e51aff9bf040 Mon Sep 17 00:00:00 2001 From: wanyiming Date: Tue, 26 Oct 2021 14:48:34 +0800 Subject: [PATCH] fix deepspeech link --- model_zoo/research/audio/deepspeech2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_zoo/research/audio/deepspeech2/README.md b/model_zoo/research/audio/deepspeech2/README.md index 31343f86845..d5967a962e1 100644 --- a/model_zoo/research/audio/deepspeech2/README.md +++ b/model_zoo/research/audio/deepspeech2/README.md @@ -179,8 +179,8 @@ config for checkpoint. # [Training and Eval process](#contents) -Before training, the dataset should be processed. We use the scripts provided by [SeanNaren](https://github.com/SeanNaren/deepspeech.pytorch) to process the dataset. -This script in [SeanNaren](https://github.com/SeanNaren/deepspeech.pytorch) will automatically download the dataset and process it. After the process, the +Before training, the dataset should be processed. We use the scripts provided by [SeanNaren](https://github.com/SeanNaren/deepspeech.pytorch/tree/V2.1) to process the dataset. +This script in [SeanNaren](https://github.com/SeanNaren/deepspeech.pytorch/tree/V2.1) will automatically download the dataset and process it. After the process, the dataset directory structure is as follows: ```path