Fix bilstm_depth default in pretrain command

This commit is contained in:
Matthw Honnibal 2019-10-17 21:10:08 +02:00 committed by Matthew Honnibal
parent 4fb31adde5
commit 0104789b72

View File

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