Fix pretrain args

This commit is contained in:
Matthew Honnibal 2020-07-02 20:07:52 +02:00
parent 2f91722525
commit 892f2552e0

View File

@ -87,12 +87,11 @@ def pretrain(
output_dir,
width=96,
conv_depth=4,
bilstm_depth=0,
cnn_pieces=3,
sa_depth=0,
use_chars=False,
cnn_window=1,
bilstm_depth=0,
use_chars=False,
embed_rows=2000,
loss_func="cosine",
use_vectors=False,