mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Fix test
This commit is contained in:
parent
919790cb47
commit
91d0fbb588
|
@ -89,9 +89,9 @@ def my_parser():
|
||||||
tok2vec = build_Tok2Vec_model(
|
tok2vec = build_Tok2Vec_model(
|
||||||
MultiHashEmbed(
|
MultiHashEmbed(
|
||||||
width=321,
|
width=321,
|
||||||
rows=5432,
|
attrs=["LOWER", "SHAPE"],
|
||||||
also_embed_subwords=True,
|
rows=[5432, 5432],
|
||||||
also_use_static_vectors=False,
|
include_static_vectors=False,
|
||||||
),
|
),
|
||||||
MaxoutWindowEncoder(width=321, window_size=3, maxout_pieces=4, depth=2),
|
MaxoutWindowEncoder(width=321, window_size=3, maxout_pieces=4, depth=2),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user