speech_asr
2023-02-15 b7372ca45eba3acbf9a9b274788c38ed62e01a31
update docs
2个文件已修改
3 ■■■■ 已修改文件
docs/get_started.md 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs_cn/get_started.md 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/get_started.md
@@ -101,7 +101,7 @@
```
## Stage 4: Decoding
This stage generates the recognition results with acoustic features as input and calculate the `CER` to verify the performance of the trained model.
This stage generates the recognition results and calculates the `CER` to verify the performance of the trained model.
* Mode Selection
docs_cn/get_started.md
@@ -106,6 +106,7 @@
本阶段用于解码得到识别结果,同时计算CER来验证训练得到的模型性能。
* Mode Selection
由于我们提供了paraformer,uniasr和conformer等模型,因此在解码时,需要指定相应的解码模式。对应的参数为`mode`,相应的可选设置为`asr/paraformer/uniase`等。
* Configuration