From a333e64f7963bafcbd0a8dd9ba4d9b5c6ffcab3f Mon Sep 17 00:00:00 2001 From: lifuchen Date: Wed, 24 Jun 2020 03:16:05 +0000 Subject: [PATCH] modified README of transformer_tts and fastspeech --- examples/fastspeech/README.md | 2 +- examples/transformer_tts/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fastspeech/README.md b/examples/fastspeech/README.md index 0c40488..08c3cfd 100644 --- a/examples/fastspeech/README.md +++ b/examples/fastspeech/README.md @@ -129,7 +129,7 @@ python synthesis.py \ --vocoder='griffin-lim' \ ``` -We currently support two vocoders, ``Griffin-Lim`` algorithm and ``WaveFlow``. You can set ``--vocoder`` to use one of them. If you want to use ``waveflow`` as your vocoder, you need to set ``--config_vocoder`` and ``--checkpoint_vocoder`` which are the path of the config and checkpoint of vocoder. You can download the pre-trained model of ``waveflow`` from [here](https://github.com/PaddlePaddle/Parakeet#vocoders). +We currently support two vocoders, Griffin-Lim algorithm and WaveFlow. You can set ``--vocoder`` to use one of them. If you want to use WaveFlow as your vocoder, you need to set ``--config_vocoder`` and ``--checkpoint_vocoder`` which are the path of the config and checkpoint of vocoder. You can download the pre-trained model of WaveFlow from [here](https://github.com/PaddlePaddle/Parakeet#vocoders). Or you can run the script file directly. diff --git a/examples/transformer_tts/README.md b/examples/transformer_tts/README.md index e8e0131..f1e73fe 100644 --- a/examples/transformer_tts/README.md +++ b/examples/transformer_tts/README.md @@ -98,7 +98,7 @@ python synthesis.py \ --vocoder='griffin-lim' \ ``` -We currently support two vocoders, ``Griffin-Lim`` algorithm and ``WaveFlow``. You can set ``--vocoder`` to use one of them. If you want to use ``waveflow`` as your vocoder, you need to set ``--config_vocoder`` and ``--checkpoint_vocoder`` which are the path of the config and checkpoint of vocoder. You can download the pre-trained model of ``waveflow`` from [here](https://github.com/PaddlePaddle/Parakeet#vocoders). +We currently support two vocoders, Griffin-Lim algorithm and WaveFlow. You can set ``--vocoder`` to use one of them. If you want to use WaveFlow as your vocoder, you need to set ``--config_vocoder`` and ``--checkpoint_vocoder`` which are the path of the config and checkpoint of vocoder. You can download the pre-trained model of WaveFlow from [here](https://github.com/PaddlePaddle/Parakeet#vocoders). Or you can run the script file directly. -- GitLab