mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
678473685d
commit
d2a64f2137
@ -24,7 +24,6 @@ stage=3
|
||||
stop_stage=4
|
||||
|
||||
skip_extract_embed=false
|
||||
bert_model_root="../../huggingface_models"
|
||||
bert_model_name="bert-base-chinese"
|
||||
|
||||
# feature configuration
|
||||
@ -115,7 +114,6 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
|
||||
if ! "${skip_extract_embed}"; then
|
||||
echo "extract embeddings..."
|
||||
local/extract_embeds.sh \
|
||||
--bert_model_root ${bert_model_root} \
|
||||
--bert_model_name ${bert_model_name} \
|
||||
--raw_dataset_path ${feats_dir}
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user