Merge pull request #22 from lfchener/fix

modified help massage of max_len in TransformerTTS synthesis
This commit is contained in:
Li Fuchen 2020-08-25 17:38:47 +08:00 committed by GitHub
commit 3879b5ecb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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",