change default patience value
This commit is contained in:
parent
dcd35508fd
commit
d863dffe60
@ -62,7 +62,7 @@ def get_args():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-p',
|
'-p',
|
||||||
'--patience',
|
'--patience',
|
||||||
default=8,
|
default=5,
|
||||||
type=int,
|
type=int,
|
||||||
help="Patience for early stopping."
|
help="Patience for early stopping."
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user