From e7adc854d4f679d7d1d7f2f958c89c3809c78ae7 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Thu, 10 Feb 2022 18:46:09 +0800 Subject: [PATCH] Update README.md --- examples/csmsc/tts3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/csmsc/tts3/README.md b/examples/csmsc/tts3/README.md index 04c6a5da..7b803526 100644 --- a/examples/csmsc/tts3/README.md +++ b/examples/csmsc/tts3/README.md @@ -243,6 +243,8 @@ fastspeech2_nosil_baker_ckpt_0.4 └── speech_stats.npy # statistics used to normalize spectrogram when training fastspeech2 ``` You can use the following scripts to synthesize for `${BIN_DIR}/../sentences.txt` using pretrained fastspeech2 and parallel wavegan models. + +If you want to use fastspeech2_conformer, you must delete this line `--inference_dir=exp/default/inference \` to skip the step of dygraph to static graph, cause we haven't tested dygraph to static graph for fastspeech2_conformer till now. ```bash source path.sh