| | |
| | | data_dir= |
| | | exp_dir= |
| | | model_name=speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch |
| | | model_revision="v1.0.3" # please do not modify the model revision |
| | | inference_nj=32 |
| | | gpuid_list="0,1" # set gpus, e.g., gpuid_list="0,1" |
| | | ngpu=$(echo $gpuid_list | awk -F "," '{print NF}') |
| | |
| | | inference_nj=$njob |
| | | fi |
| | | |
| | | # LM configs |
| | | use_lm=false |
| | | beam_size=1 |
| | | lm_weight=0.0 |
| | |
| | | --exp_dir ${exp_dir}/aishell2 \ |
| | | --test_sets "${test_sets}" \ |
| | | --model_name ${model_name} \ |
| | | --model_revision ${model_revision} \ |
| | | --inference_nj ${inference_nj} \ |
| | | --gpuid_list ${gpuid_list} \ |
| | | --njob ${njob} \ |