mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-04 17:24:16 +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,
|
||||
use_chars=False,
|
||||
cnn_window=1,
|
||||
bilstm_depth=0,
|
||||
embed_rows=2000,
|
||||
loss_func="cosine",
|
||||
use_vectors=False,
|
||||
|
|
Loading…
Reference in New Issue
Block a user