mirror of https://github.com/explosion/spaCy.git
Fix training with vectors
This commit is contained in:
parent
a927b3a21e
commit
b1505380ff
|
@ -360,7 +360,7 @@ def Tok2Vec(width, embed_size, **kwargs):
|
|||
"config": {
|
||||
"vectors_name": pretrained_vectors,
|
||||
"width": width,
|
||||
"column": cols.index(ID),
|
||||
"column": cols.index("ID")
|
||||
},
|
||||
}
|
||||
if cnn_maxout_pieces >= 2:
|
||||
|
|
Loading…
Reference in New Issue