提交 067a72bb 编写于 作者: W WongLaw

Revised Rhythm Prediction Function for naming regulation, test=tts

上级 d113b74b
......@@ -20,6 +20,6 @@
## Pretrained Model
The pretrained model can be downloaded here:
[snapshot_iter_2600.pdz](https://paddlespeech.bj.bcebos.com/Rhy_Prediction/snapshot_iter_2600.pdz)
[ernie-1.0_aishellcsmsc_ckpt_1.3.0](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/rhy_predict/ernie-1.0_aishellcsmsc_ckpt_1.3.0.zip)
And you should put it into `exp/YOUREXP/checkpoints` folder.
#!/bin/bash
if [ ! -f 000001-010000.txt ]; then
wget https://paddlespeech.bj.bcebos.com/Rhy_Prediction/000001-010000.txt
wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/rhy_predict/000001-010000.txt
fi
if [ ! -f label_train-set.txt ]; then
wget https://paddlespeech.bj.bcebos.com/Rhy_Prediction/label_train-set.txt
wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/rhy_predict/label_train-set.txt
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册