mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-18 20:22:25 +03:00
Merge branch 'feature/coref' into coref/dimension-inference
This commit is contained in:
commit
64a0bf4460
|
@ -81,7 +81,6 @@ def coref_init(model: Model, X=None, Y=None):
|
|||
def coref_forward(model: Model, X, is_train: bool):
|
||||
return model.layers[0](X, is_train)
|
||||
|
||||
|
||||
def convert_coref_clusterer_inputs(model: Model, X: List[Floats2d], is_train: bool):
|
||||
# The input here is List[Floats2d], one for each doc
|
||||
# just use the first
|
||||
|
|
Loading…
Reference in New Issue
Block a user