Browse Source

!25423 Fix deepspeech link

Merge pull request !25423 from wanyiming/r1.3_patch_dp2
r1.3-patch
i-robot Gitee 4 years ago
parent
commit
cb7b8eac13
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      model_zoo/research/audio/deepspeech2/README.md

+ 2
- 2
model_zoo/research/audio/deepspeech2/README.md View File

@@ -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


Loading…
Cancel
Save