mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
86768c77c7
commit
eb3948b480
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user