spacy/tests/

This commit is contained in:
Matthew Honnibal 2020-10-05 15:24:33 +02:00
parent 8ec79ad3fa
commit f2f1deca66

View File

@ -25,8 +25,8 @@ def test_empty_doc():
MultiHashEmbed(
width=width,
rows=embed_size,
also_use_static_vectors=False,
also_embed_subwords=True,
include_static_vectors=False,
attrs=["NORM", "PREFIX", "SUFFIX", "SHAPE"],
),
MaxoutWindowEncoder(width=width, depth=4, window_size=1, maxout_pieces=3),
)