Update pretrain.py

This commit is contained in:
Yifan Yang 2024-08-21 12:47:45 +08:00 committed by GitHub
parent d0a96a601c
commit eca8afcb83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -474,7 +474,7 @@ def get_parser():
parser.add_argument(
"--lr-hours",
type=float,
default=30000,
default=10000,
help="""Number of hours that affects how rapidly the learning rate decreases.
""",
)