mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 08:12:24 +03:00
Fix StaticVectors after floret+mypy merge (#9566)
This commit is contained in:
parent
322635e371
commit
bb26550e22
|
@ -77,7 +77,7 @@ def forward(
|
||||||
model.inc_grad(
|
model.inc_grad(
|
||||||
"W",
|
"W",
|
||||||
model.ops.gemm(
|
model.ops.gemm(
|
||||||
cast(Floats2d, d_output.data), model.ops.as_contig(V[rows]), trans1=True
|
cast(Floats2d, d_output.data), model.ops.as_contig(V), trans1=True
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
return []
|
return []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user