update run.sh and readme

This commit is contained in:
smohan-speech 2023-05-11 17:15:02 +08:00
parent d2dc3af1a6
commit d2e13af377
2 changed files with 4 additions and 4 deletions

View File

@ -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).

View File

@ -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