From 067a72bbcea5514e9cfdf564b15684068fc77f61 Mon Sep 17 00:00:00 2001 From: WongLaw Date: Thu, 20 Oct 2022 02:34:06 +0000 Subject: [PATCH] Revised Rhythm Prediction Function for naming regulation, test=tts --- examples/other/rhy/README.md | 2 +- examples/other/rhy/local/data.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/other/rhy/README.md b/examples/other/rhy/README.md index 8fdffc914..10bbdefb4 100644 --- a/examples/other/rhy/README.md +++ b/examples/other/rhy/README.md @@ -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. diff --git a/examples/other/rhy/local/data.sh b/examples/other/rhy/local/data.sh index 1d24cb296..93b134873 100755 --- a/examples/other/rhy/local/data.sh +++ b/examples/other/rhy/local/data.sh @@ -1,11 +1,11 @@ #!/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