mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-12 01:02:23 +03:00
Fix bilstm_depth default in pretrain command
This commit is contained in:
parent
4fb31adde5
commit
0104789b72
|
@ -90,6 +90,7 @@ def pretrain(
|
||||||
sa_depth=0,
|
sa_depth=0,
|
||||||
use_chars=False,
|
use_chars=False,
|
||||||
cnn_window=1,
|
cnn_window=1,
|
||||||
|
bilstm_depth=0,
|
||||||
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