游雁
2023-04-21 7ca311f847a077cfea702762037ea17ce92a39cf
egs_modelscope/vad/TEMPLATE/README.md
File was renamed from docs/modescope_pipeline/vad_pipeline.md
@@ -71,7 +71,7 @@
- Setting parameters in `infer.sh`
    - `model`: model name in [model zoo](https://alibaba-damo-academy.github.io/FunASR/en/modelscope_models.html#pretrained-models-on-modelscope), or model path in local disk
    - `data_dir`: the dataset dir needs to include `wav.scp`. If `${data_dir}/text` is also exists, CER will be computed
    - `data_dir`: the dataset dir needs to include `wav.scp`
    - `output_dir`: output dir of the recognition results
    - `batch_size`: `64` (Default), batch size of inference on gpu
    - `gpu_inference`: `true` (Default), whether to perform gpu decoding, set false for CPU inference
@@ -99,7 +99,6 @@
    --gpu_inference false \
    --njob 64
```
## Finetune with pipeline