Fix merge fallout

This commit is contained in:
Daniël de Kok 2023-12-21 15:08:09 +01:00
parent 8a33169725
commit a26528b897

View File

@ -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")