Fix bilstm_depth default in pretrain command

This commit is contained in:
Matthw Honnibal 2019-10-17 21:10:08 +02:00
parent 6aa1c53b1b
commit e737750a02

View File

@ -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,