spaCy/spacy/training
Daniël de Kok 50d2a2c930
User fewer Vector internals (#9879)
* Use Vectors.shape rather than Vectors.data.shape

* Use Vectors.size rather than Vectors.data.size

* Add Vectors.to_ops to move data between different ops

* Add documentation for Vector.to_ops
2022-01-18 17:14:35 +01:00
..
converters
__init__.pxd
__init__.py
align.pyx
alignment.py
augment.py
batchers.py
callbacks.py
corpus.py Auto-format code with black (#9664) 2021-11-12 10:00:03 +01:00
example.pxd
example.pyx
gold_io.pyx
initialize.py User fewer Vector internals (#9879) 2022-01-18 17:14:35 +01:00
iob_utils.py
loggers.py Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-v3.2-1 2021-10-26 11:53:50 +02:00
loop.py
pretrain.py Clarify how to fill in init_tok2vec after pretraining (#9639) 2021-11-18 15:38:30 +01:00