mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-10 12:49:38 +02:00
debug
This commit is contained in:
parent
19187b70f5
commit
4c46972b64
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue