mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
spacy/tests/
This commit is contained in:
parent
8ec79ad3fa
commit
f2f1deca66
|
@ -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),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user