提交 9ee1205d 编写于 作者: J jiamingkong

Changed the path for the uploaded weight

上级 60bd7f20
......@@ -16,7 +16,7 @@ ctc:
enc_n_units: 768
blank_id: 0
dropout_rate: 0.0
wavlm_params_path: "/home/ubuntu/Documents/Github/wavlm_paddle/wavlm-paddle-ft.pth"
wavlm_params_path: exp/wavlm/wavlm-base-plus.pdparams
task_cfg:
......
......@@ -101,10 +101,10 @@ fi
echo "LibriSpeech Data preparation done."
# if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
# mkdir -p exp/hubert
# echo "Pretrained hubert model download"
# wget -P exp/hubert https://paddlespeech.bj.bcebos.com/hubert/hubert-large-lv60.pdparams
# fi
if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
mkdir -p exp/wavlm
echo "Pretrained wavlm model download"
wget -P exp/wavlm https://paddlespeech.bj.bcebos.com/wavlm/wavlm-base-plus.pdparams
fi
exit 0
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册