from local

This commit is contained in:
dohe0342 2022-12-12 12:20:07 +09:00
parent 08705c786d
commit 920046acc5
2 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ def get_parser():
parser.add_argument(
"--use-fp16",
type=str2bool,
default=False,
default=True,
help="Whether to use half precision training.",
)