Skip to content

Commit 3fee693

Browse files
committed
Merge branch 'feature/coref' of https://github.com/explosion/spacy into feature/coref
2 parents b8bdf99 + f75a528 commit 3fee693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spacy/ml/models/spancat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def build_mean_max_reducer(hidden_size: int) -> Model[Ragged, Floats2d]:
3030
reduce_max(),
3131
),
3232
Maxout(nO=hidden_size, normalize=True, dropout=0.0),
33-
)
33+
)
3434

3535

3636
@registry.architectures("spacy.SpanCategorizer.v1")

0 commit comments

Comments
 (0)