mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 01:21:58 +03:00
Fix merge fallout
This commit is contained in:
parent
8a33169725
commit
a26528b897
|
@ -278,6 +278,7 @@ def _init_parametric_attention_with_residual_nonlinear(model, X, Y) -> Model:
|
|||
model.get_ref("norm_layer").set_dim("nI", tok2vec_width)
|
||||
model.get_ref("norm_layer").set_dim("nO", tok2vec_width)
|
||||
init_chain(model, X, Y)
|
||||
return model
|
||||
|
||||
|
||||
@registry.architectures("spacy.TextCatReduce.v1")
|
||||
|
|
Loading…
Reference in New Issue
Block a user