From b71657f37e055b9e3b1726936c340883f73f99d1 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 21 Dec 2021 10:45:39 +0000 Subject: [PATCH] update hifigan readme, test=doc_fix --- README.md | 19 +++++++++++++++++-- README_cn.md | 18 ++++++++++++++++-- examples/csmsc/voc5/README.md | 2 +- 3 files changed, 34 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15d31afe..b4777cae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + ([简体中文](./README_cn.md)|English)

@@ -309,7 +310,7 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r - Vocoder + Vocoder WaveFlow LJSpeech @@ -329,7 +330,21 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r Multi Band MelGAN-csmsc - + + + Style MelGAN + CSMSC + + Style MelGAN-csmsc + + + + HiFiGAN + CSMSC + + HiFiGAN-csmsc + + Voice Cloning GE2E diff --git a/README_cn.md b/README_cn.md index 2dc219d9..2e0181ba 100644 --- a/README_cn.md +++ b/README_cn.md @@ -303,7 +303,7 @@ PaddleSpeech 的 **语音合成** 主要包含三个模块:文本前端、声 - 声码器 + 声码器 WaveFlow LJSpeech @@ -323,7 +323,21 @@ PaddleSpeech 的 **语音合成** 主要包含三个模块:文本前端、声 Multi Band MelGAN-csmsc - + + + Style MelGAN + CSMSC + + Style MelGAN-csmsc + + + + HiFiGAN + CSMSC + + HiFiGAN-csmsc + + 声音克隆 GE2E diff --git a/examples/csmsc/voc5/README.md b/examples/csmsc/voc5/README.md index 795475cc..c12cea7f 100644 --- a/examples/csmsc/voc5/README.md +++ b/examples/csmsc/voc5/README.md @@ -117,7 +117,7 @@ optional arguments: ## Pretrained Models The pretrained model can be downloaded here [hifigan_csmsc_ckpt_0.1.1.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_csmsc_ckpt_0.1.1.zip). -The static model can be downloaded here [hifigan_csmsc_static_0.1.1.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_csmsc_static_0.1.1.zip) +The static model can be downloaded here [hifigan_csmsc_static_0.1.1.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_csmsc_static_0.1.1.zip). Model | Step | eval/generator_loss | eval/mel_loss| eval/feature_matching_loss :-------------:| :------------:| :-----: | :-----: | :--------: -- GitLab