neuralcoref
neuralcoref copied to clipboard
How to load new trained models in spaCy?
Hi,
after training a model for a new language, I only have files ending with *_best_modeltoppairs, *_best_modelranking, *_best_modelallpairs. But spacy.load("mymodel_best_modelranking")
does not work. What should I do to load the model / add it to the pipeline of another model?
Best and thanks Tillmann
Hi, i have same problem, did you find some solution?
Hi, i have same problem, did you find some solution?
No solution. After I got stuck at this point and nobody could help me here, I gave up on trying to train new neuralcoref models.
I have same problem.