mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' into issue-1959
This commit is contained in:
commit
ea571e8325
|
@ -835,6 +835,7 @@ cdef class Parser:
|
|||
sgd = self.create_optimizer()
|
||||
self.model[1].begin_training(
|
||||
self.model[1].ops.allocate((5, cfg['token_vector_width'])))
|
||||
if pipeline is not None:
|
||||
self.init_multitask_objectives(gold_tuples, pipeline, sgd=sgd, **cfg)
|
||||
link_vectors_to_models(self.vocab)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue