Update infer.py

This commit is contained in:
zr_jin 2024-11-04 16:57:21 +08:00
parent 19f386ccf7
commit 8058988cac

View File

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