set --lr-batches=7500

This commit is contained in:
yaozengwei 2023-04-24 15:49:41 +08:00
parent 9291a39f58
commit 2e80841790

View File

@ -325,7 +325,7 @@ def get_parser():
parser.add_argument( parser.add_argument(
"--lr-batches", "--lr-batches",
type=float, type=float,
default=5000, default=7500,
help="""Number of steps that affects how rapidly the learning rate help="""Number of steps that affects how rapidly the learning rate
decreases. We suggest not to change this.""", decreases. We suggest not to change this.""",
) )