Merge pull request #7537 from polm/docs/patience-negative

Remove mention of -1 for early stopping (fix #7535)
This commit is contained in:
Paul O'Leary McCann 2021-03-26 21:11:53 +09:00 committed by GitHub
commit faed54d659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ seed = ${system.seed}
gpu_allocator = ${system.gpu_allocator}
dropout = 0.1
accumulate_gradient = 1
# Controls early-stopping. 0 or -1 mean unlimited.
# Controls early-stopping. 0 disables early stopping.
patience = 1600
max_epochs = 0
max_steps = 20000