mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Another temporary type:ignore
This commit is contained in:
parent
2a6c1cf63c
commit
7d4e99425b
|
@ -274,7 +274,7 @@ def AffixMultiHashEmbed(
|
||||||
)
|
)
|
||||||
|
|
||||||
embeddings = [ # type:ignore
|
embeddings = [ # type:ignore
|
||||||
HashEmbed(width, row, column=i, seed=i + 7, dropout=0.0)
|
HashEmbed(width, row, column=i, seed=i + 7, dropout=0.0) # type: ignore
|
||||||
for i, row in enumerate(rows)
|
for i, row in enumerate(rows)
|
||||||
]
|
]
|
||||||
concat_size = width * (len(embeddings) + include_static_vectors)
|
concat_size = width * (len(embeddings) + include_static_vectors)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user