from local

This commit is contained in:
dohe0342 2023-02-24 10:34:57 +09:00
parent f7876a68de
commit 5c805566eb
2 changed files with 7 additions and 0 deletions

View File

@ -325,6 +325,13 @@ def get_parser() -> argparse.ArgumentParser:
help="Whether to use half precision training.",
)
parser.add_argument(
"--unused-params",
type=str2bool,
default=False,
help="Whether to use half precision training.",
)
add_model_arguments(parser)
return parser