mirror of https://github.com/explosion/spaCy.git
small fix
This commit is contained in:
parent
b96cd9fa5e
commit
85b39639e1
|
@ -340,7 +340,7 @@ See the [`Transformer`](/api/transformer) API reference and
|
||||||
|
|
||||||
## Batchers {#batchers source="spacy/gold/batchers.py" new="3"}
|
## 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
|
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
|
of items. During training, the models update their weights after processing one
|
||||||
batch at a time. Typical batching strategies include presenting the training
|
batch at a time. Typical batching strategies include presenting the training
|
||||||
|
|
Loading…
Reference in New Issue