Changed the path for the uploaded weight

pull/3242/head
jiamingkong 1 year ago
parent 60bd7f202e
commit 9ee1205d25

@ -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
Loading…
Cancel
Save