spaCy/spacy/ml/models
Paul O'Leary McCann cb2364cf83 Fix type of mask
The call here was creating a float64 array, which was turning many
downstream scores into float64s. Later on these values were assigned to
a float32 array in backprop, and numerical underflow caused things to go
to zero.

That's almost certainly not the only reason things go to zero, but it is
incorrect.
2021-06-17 17:56:00 +09:00
..
__init__.py Native coref component (#7243) 2021-03-03 13:50:14 +01:00
coref_util.py Change topk to sort descending 2021-06-13 19:42:24 +09:00
coref.py Fix type of mask 2021-06-17 17:56:00 +09:00
entity_linker.py make EntityLinker robust for nO=None (#7930) 2021-05-06 18:14:47 +10: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