"src/include/Array.hpp" did not exist on "498e71b09822406b1b050c5eb03edebfe04038a6"
Commit b0632d19 authored by wangwei990215's avatar wangwei990215
Browse files

Update README.md

parent 7e7942fc
...@@ -52,7 +52,14 @@ tensorflow:2.13.1 ...@@ -52,7 +52,14 @@ tensorflow:2.13.1
``` ```
Tips:以上dtk软件栈、python、torch等DCU相关工具版本需要严格一一对应 Tips:以上dtk软件栈、python、torch等DCU相关工具版本需要严格一一对应
## 数据集 ## 安装 CTC decoder
```
cd scripts
bash install_ctc_decoders.sh
```
## 数据准备
### 数据集下载
官方代码在模型的训练和测试中使用的是LibriSpeech数据集。 官方代码在模型的训练和测试中使用的是LibriSpeech数据集。
- SCNet快速下载链接: - SCNet快速下载链接:
- [LibriSpeech_asr数据集下载](http://113.200.138.88:18080/aidatasets/librispeech_asr_dummy) - [LibriSpeech_asr数据集下载](http://113.200.138.88:18080/aidatasets/librispeech_asr_dummy)
...@@ -82,8 +89,6 @@ LibriSpeech ...@@ -82,8 +89,6 @@ LibriSpeech
├── test-clean ├── test-clean
└── test-othe └── test-othe
``` ```
## 训练
### 创建Manifest文件 ### 创建Manifest文件
在训练之前,需要通过一下命令创建和数据集对应的Manifest文件,该文件包括数据集的文件路径和语音的转录文本 在训练之前,需要通过一下命令创建和数据集对应的Manifest文件,该文件包括数据集的文件路径和语音的转录文本
```sh ```sh
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment