From bef481e0103d926b57df6adf6652b85e6bd46d4c Mon Sep 17 00:00:00 2001 From: TianYuan Date: Fri, 24 Dec 2021 19:30:39 +0800 Subject: [PATCH] Update README.md --- examples/csmsc/tts3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csmsc/tts3/README.md b/examples/csmsc/tts3/README.md index 22005dce..0510647c 100644 --- a/examples/csmsc/tts3/README.md +++ b/examples/csmsc/tts3/README.md @@ -259,5 +259,5 @@ python3 ${BIN_DIR}/../synthesize_e2e.py \ --text=${BIN_DIR}/../sentences.txt \ --output_dir=exp/default/test_e2e \ --inference_dir=exp/default/inference \ - --phones_dict=dump/phone_id_map.txt + --phones_dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt ``` -- GitLab