mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-19 12:42:20 +03:00
Update spacy/ml/models/spancat.py
This commit is contained in:
parent
015050f42c
commit
f75a528787
|
@ -30,7 +30,7 @@ def build_mean_max_reducer(hidden_size: int) -> Model[Ragged, Floats2d]:
|
||||||
reduce_max(),
|
reduce_max(),
|
||||||
),
|
),
|
||||||
Maxout(nO=hidden_size, normalize=True, dropout=0.0),
|
Maxout(nO=hidden_size, normalize=True, dropout=0.0),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@registry.architectures("spacy.SpanCategorizer.v1")
|
@registry.architectures("spacy.SpanCategorizer.v1")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user