mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-01 10:23:07 +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(
|
batch_sizes = util.compounding(
|
||||||
util.env_opt("batch_from", 100.0),
|
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),
|
util.env_opt("batch_compound", 1.001),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user