spacy/tests/

This commit is contained in:
Matthew Honnibal 2020-10-05 15:24:33 +02:00
parent 8ec79ad3fa
commit f2f1deca66
1 changed files with 2 additions and 2 deletions

View File

@ -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),
) )