提交 1eb9a273 编写于 作者: L lfchener

modified help massage of max_len in TransformerTTS synthesis.

上级 24eb14a7
......@@ -44,7 +44,8 @@ def add_config_options_to_parser(parser):
"--max_len",
type=int,
default=1000,
help="The max length of audio when synthsis.")
help="The max length of spectrum when synthesize. If the length of synthetical spectrum is lager than max_len, spectrum will be cut off."
)
parser.add_argument(
"--checkpoint_transformer",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册