mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +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,
|
output_dir,
|
||||||
width=96,
|
width=96,
|
||||||
depth=4,
|
depth=4,
|
||||||
bilstm_depth=2,
|
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