mirror of https://github.com/explosion/spaCy.git
spacy/tests/
This commit is contained in:
parent
8ec79ad3fa
commit
f2f1deca66
|
@ -25,8 +25,8 @@ def test_empty_doc():
|
||||||
MultiHashEmbed(
|
MultiHashEmbed(
|
||||||
width=width,
|
width=width,
|
||||||
rows=embed_size,
|
rows=embed_size,
|
||||||
also_use_static_vectors=False,
|
include_static_vectors=False,
|
||||||
also_embed_subwords=True,
|
attrs=["NORM", "PREFIX", "SUFFIX", "SHAPE"],
|
||||||
),
|
),
|
||||||
MaxoutWindowEncoder(width=width, depth=4, window_size=1, maxout_pieces=3),
|
MaxoutWindowEncoder(width=width, depth=4, window_size=1, maxout_pieces=3),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue