update repo

This commit is contained in:
嘉渊 2023-05-15 15:12:40 +08:00
parent bf704cc031
commit 5d1953ad0b

View File

@ -21,8 +21,8 @@ type=sound
scp=wav.scp
speed_perturb="0.9 1.0 1.1"
dataset_type=large
stage=2
stop_stage=2
stage=3
stop_stage=4
# feature configuration
feats_dim=80
@ -163,7 +163,7 @@ if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then
exit 0
fi
mkdir -p "${_logdir}"
_data="${feats_dir}/${dumpdir}/${dset}"
_data="${feats_dir}/data/${dset}"
key_file=${_data}/${scp}
num_scp_file="$(<${key_file} wc -l)"
_nj=$([ $inference_nj -le $num_scp_file ] && echo "$inference_nj" || echo "$num_scp_file")
@ -184,6 +184,7 @@ if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then
--njob ${njob} \
--gpuid_list ${gpuid_list} \
--data_path_and_name_and_type "${_data}/${scp},speech,${type}" \
--cmvn_file ${feats_dir}/data/${train_set}/cmvn/cmvn.mvn \
--key_file "${_logdir}"/keys.JOB.scp \
--asr_train_config "${asr_exp}"/config.yaml \
--asr_model_file "${asr_exp}"/"${inference_asr_model}" \