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