-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spacy model version issues? #14
Comments
Oh, I forgot to mention, before that I got this error, which I fixed the following way:
Error (truncated):
|
Thanks for reporting this. This should be a model version issues. I believe the models were trained with spaCy 2 still. We had not tested the spaCy linker recently, since frankly the results were not very convincing. |
the old code was not running anymore for the new version. There must be a problem with the new code as well however, since the training loss is always 0. I was unable to figure out why until now. I followed the instructions in the official spaCy entity linking tutorial here: https://github.com/explosion/projects/blob/v3/tutorials/nel_emerson/notebooks/notebook_video.ipynb Relevant to #14
Hi!
I am not sure, but I think there might be model version issues with Spacy.
First, the easy part: the data directory vars in setup are messed up. I fixed those manually.
Then, I get the error below. This is not using docker. I have tried everything I can think of to get docker running on my Mac with zero luck, so this is currently not an option. Some searches suggest that similar problems have arisen from mismatch of spacy versions, but I have tried loading different model versions and such without any luck thus far. These are what I have (output of
pip freeze
):The error:
The text was updated successfully, but these errors were encountered: