From 85b39639e1ee84b8794249572cf948f2ea500837 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 19 Aug 2020 19:17:36 +0200 Subject: [PATCH] small fix --- website/docs/api/top-level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/top-level.md b/website/docs/api/top-level.md index 626c1d858..b33d7f022 100644 --- a/website/docs/api/top-level.md +++ b/website/docs/api/top-level.md @@ -340,7 +340,7 @@ See the [`Transformer`](/api/transformer) API reference and ## Batchers {#batchers source="spacy/gold/batchers.py" new="3"} -A batcher implements a batching strategy that essentially turns a stream of +A data batcher implements a batching strategy that essentially turns a stream of items into a stream of batches, with each batch consisting of one item or a list of items. During training, the models update their weights after processing one batch at a time. Typical batching strategies include presenting the training