志浩
2023-08-01 5cfdcfc45a042e338c2b2f4a08dab125de3fb5ee
egs_modelscope/vad/TEMPLATE/README.md
@@ -1,3 +1,5 @@
([简体中文](./README_zh.md)|English)
# Voice Activity Detection
> **Note**: 
@@ -83,7 +85,7 @@
#### Decode with multi GPUs:
```shell
    bash infer.sh \
    --model "damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch" \
    --model "damo/speech_fsmn_vad_zh-cn-16k-common-pytorch" \
    --data_dir "./data/test" \
    --output_dir "./results" \
    --batch_size 1 \
@@ -93,11 +95,11 @@
#### Decode with multi-thread CPUs:
```shell
    bash infer.sh \
    --model "damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch" \
    --model "damo/speech_fsmn_vad_zh-cn-16k-common-pytorch" \
    --data_dir "./data/test" \
    --output_dir "./results" \
    --gpu_inference false \
    --njob 1
    --njob 64
```
## Finetune with pipeline