mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-22 22:13:05 +03:00
Update website/docs/api/basevectors.mdx
This commit is contained in:
parent
998b7d945e
commit
77df98b7c8
|
@ -13,7 +13,7 @@ For use in training with [`StaticVectors`](/api/architectures#staticvectors),
|
||||||
`get_batch` must be implemented. For improved performance, use efficient
|
`get_batch` must be implemented. For improved performance, use efficient
|
||||||
batching in `get_batch` and implement `to_ops` to copy the vector data to the
|
batching in `get_batch` and implement `to_ops` to copy the vector data to the
|
||||||
current device. See an example custom implementation for
|
current device. See an example custom implementation for
|
||||||
[BPEMb subword embeddings](/usage/embeddings-transformers#custom-vectors).
|
[BPEmb subword embeddings](/usage/embeddings-transformers#custom-vectors).
|
||||||
|
|
||||||
## BaseVectors.\_\_init\_\_ {id="init",tag="method"}
|
## BaseVectors.\_\_init\_\_ {id="init",tag="method"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user