mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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(
|
||||
"W",
|
||||
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 []
|
||||
|
|
Loading…
Reference in New Issue
Block a user