mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-15 06:09:01 +03:00
Fix bilstm_depth default in pretrain command
This commit is contained in:
parent
6aa1c53b1b
commit
e737750a02
|
@ -81,7 +81,7 @@ def pretrain(
|
|||
output_dir,
|
||||
width=96,
|
||||
depth=4,
|
||||
bilstm_depth=2,
|
||||
bilstm_depth=0,
|
||||
embed_rows=2000,
|
||||
loss_func="cosine",
|
||||
use_vectors=False,
|
||||
|
|
Loading…
Reference in New Issue
Block a user