set max batch size to 1000

This commit is contained in:
Matthew Honnibal 2018-12-17 23:15:39 +00:00
parent 3c4a2edf4a
commit 92f4b9c8ea

View File

@ -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),
)