update repo

This commit is contained in:
嘉渊 2023-05-11 15:13:25 +08:00
parent 280593676b
commit decdbc3c97

View File

@ -160,6 +160,7 @@ def get_parser():
)
parser.add_argument(
"--patience",
type=int_or_none,
default=None,
help="Number of epochs to wait without improvement "
"before stopping the training",