from local

This commit is contained in:
dohe0342 2022-12-10 13:31:16 +09:00
parent de46c7b882
commit 15390d7c25
2 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
default=0.001,
help="The initial learning rate. This value should not need to be changed.",
)
parser.add_argument(
"--multi-optim",
type=bool,