mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-05 01:34:14 +03:00
Fix pretrain args
This commit is contained in:
parent
2f91722525
commit
892f2552e0
|
@ -87,12 +87,11 @@ def pretrain(
|
|||
output_dir,
|
||||
width=96,
|
||||
conv_depth=4,
|
||||
bilstm_depth=0,
|
||||
cnn_pieces=3,
|
||||
sa_depth=0,
|
||||
use_chars=False,
|
||||
cnn_window=1,
|
||||
bilstm_depth=0,
|
||||
use_chars=False,
|
||||
embed_rows=2000,
|
||||
loss_func="cosine",
|
||||
use_vectors=False,
|
||||
|
|
Loading…
Reference in New Issue
Block a user