From 0efc87352ce7d3903dbdedbfa5d01ca5e1cb19e7 Mon Sep 17 00:00:00 2001
From: Shi Xian <40013335+R1ckShi@users.noreply.github.com>
Date: 星期四, 05 十二月 2024 15:15:38 +0800
Subject: [PATCH] Merge pull request #2267 from modelscope/dev_sx2

---
 examples/industrial_data_pretraining/fsmn_kws_mt/convert.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/industrial_data_pretraining/fsmn_kws_mt/convert.sh b/examples/industrial_data_pretraining/fsmn_kws_mt/convert.sh
index 30e2eed..26a47fc 100644
--- a/examples/industrial_data_pretraining/fsmn_kws_mt/convert.sh
+++ b/examples/industrial_data_pretraining/fsmn_kws_mt/convert.sh
@@ -5,16 +5,16 @@
 local_path_root=${workspace}/modelscope_models
 mkdir -p ${local_path_root}
 
-local_path=${local_path_root}/speech_charctc_kws_phone-xiaoyun
+local_path=${local_path_root}/speech_charctc_kws_phone-xiaoyun_mt
 if [ ! -d "$local_path" ]; then
-    git clone https://www.modelscope.cn/iic/speech_charctc_kws_phone-xiaoyun.git ${local_path}
+    git clone https://www.modelscope.cn/iic/speech_charctc_kws_phone-xiaoyun_mt.git ${local_path}
 fi
 
 export PATH=${local_path}/runtime:$PATH
 export LD_LIBRARY_PATH=${local_path}/runtime:$LD_LIBRARY_PATH
 
 # finetune config file
-config=./conf/fsmn_4e_l10r2_280_200_fdim40_t2602_t4.yaml
+config=./conf/fsmn_4e_l10r2_250_128_fdim80_t2599_t4.yaml
 
 # finetune output checkpoint
 torch_nnet=exp/finetune_outputs/model.pt.avg10

--
Gitblit v1.9.1