diff --git a/egs/ljspeech/TTS/matcha/infer.py b/egs/ljspeech/TTS/matcha/infer.py index e2f4e3d5f..869ed20f3 100755 --- a/egs/ljspeech/TTS/matcha/infer.py +++ b/egs/ljspeech/TTS/matcha/infer.py @@ -38,7 +38,7 @@ def get_parser(): parser.add_argument( "--exp-dir", type=Path, - default="matcha/exp-new-3", + default="matcha/exp", help="""The experiment dir. It specifies the directory where all training related files, e.g., checkpoints, log, etc, are saved