update repo

This commit is contained in:
嘉渊 2023-05-16 11:11:44 +08:00
parent 86768c77c7
commit eb3948b480
2 changed files with 4 additions and 2 deletions

View File

@ -115,7 +115,8 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
echo "extract embeddings..."
local/extract_embeds.sh \
--bert_model_name ${bert_model_name} \
--raw_dataset_path ${feats_dir}
--raw_dataset_path ${feats_dir} \
--nj $nj
fi
mkdir -p ${exp_dir}/exp/${model_dir}
mkdir -p ${exp_dir}/exp/${model_dir}/log

View File

@ -116,7 +116,8 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
echo "extract embeddings..."
local/extract_embeds.sh \
--bert_model_name ${bert_model_name} \
--raw_dataset_path ${feats_dir}
--raw_dataset_path ${feats_dir} \
--nj $nj
fi
mkdir -p ${exp_dir}/exp/${model_dir}
mkdir -p ${exp_dir}/exp/${model_dir}/log