Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Squeezeformer_tensorflow
Commits
b0632d19
Commit
b0632d19
authored
Oct 02, 2024
by
wangwei990215
Browse files
Update README.md
parent
7e7942fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
README.md
README.md
+9
-4
No files found.
README.md
View file @
b0632d19
...
@@ -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
...
@@ -132,4 +137,4 @@ python test.py --bs {batch_size} --config configs/squeezeformer-S.yml --saved sq
...
@@ -132,4 +137,4 @@ python test.py --bs {batch_size} --config configs/squeezeformer-S.yml --saved sq
## 源码仓库及问题反馈
## 源码仓库及问题反馈
https://developer.hpccube.com/codes/modelzoo/squeezeformer_tensorflow
https://developer.hpccube.com/codes/modelzoo/squeezeformer_tensorflow
## 参考资料
## 参考资料
https://github.com/kssteven418/Squeezeformer
https://github.com/kssteven418/Squeezeformer
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment