mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
set max batch size to 1000
This commit is contained in:
parent
3c4a2edf4a
commit
92f4b9c8ea
|
@ -130,7 +130,7 @@ def train(
|
|||
)
|
||||
batch_sizes = util.compounding(
|
||||
util.env_opt("batch_from", 100.0),
|
||||
util.env_opt("batch_to", 2000.0),
|
||||
util.env_opt("batch_to", 1000.0),
|
||||
util.env_opt("batch_compound", 1.001),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user