mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Set softmax attr in tagger model
This commit is contained in:
parent
a5b05f85f0
commit
c9b118a7e9
|
@ -416,7 +416,7 @@ def build_tagger_model(nr_class, **cfg):
|
|||
)
|
||||
model.nI = None
|
||||
model.tok2vec = tok2vec
|
||||
model.softmax
|
||||
model.softmax = softmax
|
||||
return model
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user