update docs

This commit is contained in:
speech_asr 2023-02-15 10:12:03 +08:00
parent b7372ca45e
commit 90cadb5e0d
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ This stage generates the recognition results and calculates the `CER` to verify
* Mode Selection
As we support conformer, paraformer and uniasr in FunASR and they have different inference interfaces, a `mode` param is specified as `asr/paraformer/uniase` according to the trained model.
As we support paraformer, uniasr, conformer and other models in FunASR, a `mode` parameter should be specified as `asr/paraformer/uniasr` according to the trained model.
* Configuration

View File

@ -107,7 +107,7 @@ tensorboard --logdir ${exp_dir}/exp/${model_dir}/tensorboard/train
* Mode Selection
由于我们提供了paraformeruniasr和conformer等模型因此在解码时需要指定相应的解码模式。对应的参数为`mode`,相应的可选设置为`asr/paraformer/uniase`等。
由于我们提供了paraformeruniasr和conformer等模型因此在解码时需要指定相应的解码模式。对应的参数为`mode`,相应的可选设置为`asr/paraformer/uniasr`等。
* Configuration