spaCy/spacy/ml/models
Adriane Boyd d2bdaa7823
Replace negative rows with 0 in StaticVectors (#7674)
* Replace negative rows with 0 in StaticVectors

Replace negative row indices with 0-vectors in `StaticVectors`.

* Increase versions related to StaticVectors

* Increase versions of all architctures and layers related to
`StaticVectors`
* Improve efficiency of 0-vector operations

Parallel `spacy-legacy` PR: https://github.com/explosion/spacy-legacy/pull/5

* Update config defaults to new versions

* Update docs
2021-04-22 18:04:15 +10:00
..
__init__.py pretrain architectures (#6451) 2020-12-08 14:41:03 +08:00
entity_linker.py consistently use registry as callable 2021-03-02 17:56:28 +01:00
multi_task.py Fixing pretrain (#7342) 2021-03-09 14:01:13 +11:00
parser.py consistently use registry as callable 2021-03-02 17:56:28 +01:00
tagger.py consistently use registry as callable 2021-03-02 17:56:28 +01:00
textcat.py consistently use registry as callable 2021-03-02 17:56:28 +01:00
tok2vec.py Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00