This commit is contained in:
游雁 2023-04-25 14:49:24 +08:00
parent 5451578ffb
commit 0a8740f3cf
11 changed files with 8 additions and 27 deletions

View File

@ -37,13 +37,13 @@ Overview
:maxdepth: 1
:caption: ModelScope Egs
./modescope_pipeline/quick_start.md
./modescope_pipeline/asr_pipeline.md
./modescope_pipeline/vad_pipeline.md
./modescope_pipeline/punc_pipeline.md
./modescope_pipeline/tp_pipeline.md
./modescope_pipeline/sv_pipeline.md
./modescope_pipeline/sd_pipeline.md
./modelscope_pipeline/quick_start.md
./modelscope_pipeline/asr_pipeline.md
./modelscope_pipeline/vad_pipeline.md
./modelscope_pipeline/punc_pipeline.md
./modelscope_pipeline/tp_pipeline.md
./modelscope_pipeline/sv_pipeline.md
./modelscope_pipeline/sd_pipeline.md
.. toctree::
:maxdepth: 1

View File

@ -0,0 +1 @@
../../egs_modelscope/tp/TEMPLATE/README.md

View File

@ -1,20 +0,0 @@
# Timestamp Prediction
## Inference with pipeline
### Quick start
### Inference with you data
### Inference with multi-threads on CPU
### Inference with multi GPU
## Finetune with pipeline
### Quick start
### Finetune with your data
## Inference with your finetuned model