update docs

This commit is contained in:
speech_asr 2023-02-14 14:05:46 +08:00
parent b3bfea34ad
commit 2e4223a28c
2 changed files with 5 additions and 0 deletions

4
docs_cn/build_task.md Normal file
View File

@ -0,0 +1,4 @@
# 搭建自定义任务
FunASR类似ESPNet以`Task`为通用接口从而实现模型的训练和推理。下面我们将以paraformer模型为例介绍如何定义一个新的`Task`。
`Task`是一个类,其需要继承`AbsTask`,其对应的代码见`funasr/tasks/abs_task.py`

View File

@ -16,6 +16,7 @@ FunASR致力于在语音识别的学术研究和工业应用之间构建起一
./installation.md
./papers.md
./get_started.md
./build_task.md
.. toctree::
:maxdepth: 1