mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-29 14:24:12 +03:00
Remove mention of -1 for early stopping (fix #7535)
Maybe this used to work differently, but currently a negative patience just causes immediate termination.
This commit is contained in:
parent
4bd3d01aaf
commit
cdab341a75
|
@ -68,7 +68,7 @@ seed = ${system.seed}
|
||||||
gpu_allocator = ${system.gpu_allocator}
|
gpu_allocator = ${system.gpu_allocator}
|
||||||
dropout = 0.1
|
dropout = 0.1
|
||||||
accumulate_gradient = 1
|
accumulate_gradient = 1
|
||||||
# Controls early-stopping. 0 or -1 mean unlimited.
|
# Controls early-stopping. 0 disables early stopping.
|
||||||
patience = 1600
|
patience = 1600
|
||||||
max_epochs = 0
|
max_epochs = 0
|
||||||
max_steps = 20000
|
max_steps = 20000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user