mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update run.sh and readme
This commit is contained in:
parent
d2dc3af1a6
commit
d2e13af377
@ -12,7 +12,7 @@ dataset
|
||||
|—— Train_Ali_far
|
||||
|—— Train_Ali_near
|
||||
```
|
||||
There are 18 stages in `run.sh`:
|
||||
There are 16 stages in `run.sh`:
|
||||
```shell
|
||||
stage 1 - 5: Data preparation and processing.
|
||||
stage 6: Generate speaker profiles (Stage 6 takes a lot of time).
|
||||
|
||||
@ -8,8 +8,8 @@ set -o pipefail
|
||||
ngpu=4
|
||||
device="0,1,2,3"
|
||||
|
||||
stage=12
|
||||
stop_stage=13
|
||||
stage=1
|
||||
stop_stage=16
|
||||
|
||||
|
||||
train_set=Train_Ali_far
|
||||
@ -18,7 +18,7 @@ test_sets="Test_Ali_far"
|
||||
asr_config=conf/train_asr_conformer.yaml
|
||||
sa_asr_config=conf/train_sa_asr_conformer.yaml
|
||||
inference_config=conf/decode_asr_rnn.yaml
|
||||
infer_with_pretrained_model=true
|
||||
infer_with_pretrained_model=false
|
||||
download_sa_asr_model="damo/speech_saasr_asr-zh-cn-16k-alimeeting"
|
||||
|
||||
lm_config=conf/train_lm_transformer.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user