This commit is contained in:
Shen-Chenhui 2024-04-19 15:59:21 +08:00
parent 19187b70f5
commit 4c46972b64

View file

@ -22,7 +22,7 @@ def parse_args(training=False):
parser.add_argument("--seed", default=42, type=int, help="generation seed")
parser.add_argument("--ckpt-path", type=str, help="path to model ckpt; will overwrite cfg.ckpt_path if specified")
parser.add_argument("--batch-size", default=None, type=int, help="batch size")
parser.add_argument("--outputs", default=None, type=int, help="the dir to save model weights")
parser.add_argument("--outputs", default=None, type=str, help="the dir to save model weights")
# ======================================================
# Inference