From 6c7ed42712b3a2d52af48da9bba8453bae0b0370 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 31 May 2022 03:10:07 +0000 Subject: [PATCH] fix ljspeech readme, test=doc --- examples/ljspeech/tts3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ljspeech/tts3/README.md b/examples/ljspeech/tts3/README.md index fb1f9f4f..81a0580c 100644 --- a/examples/ljspeech/tts3/README.md +++ b/examples/ljspeech/tts3/README.md @@ -107,7 +107,7 @@ pwg_ljspeech_ckpt_0.5 ```bash CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize.sh ${conf_path} ${train_output_path} ${ckpt_name} ``` -``text +```text usage: synthesize.py [-h] [--am {speedyspeech_csmsc,fastspeech2_csmsc,fastspeech2_ljspeech,fastspeech2_aishell3,fastspeech2_vctk,tacotron2_csmsc,tacotron2_ljspeech,tacotron2_aishell3}] [--am_config AM_CONFIG] [--am_ckpt AM_CKPT] -- GitLab