-
Notifications
You must be signed in to change notification settings - Fork 48
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
Assertion failed when loading parser model #5
Comments
Unfortunately they did (I implemented projective parsing and had to add a Once I have some time, I will provide a new version and release new models. Andre' 2014-08-23 14:00 GMT+01:00 Vlad Niculae [email protected]:
|
Cool, thanks! How about adding a version field to the model files so that the error messages can be made more user friendly? |
That's a good idea. I will do that for the next versions. Another Andre' 2014-08-23 23:29 GMT+01:00 Vlad Niculae [email protected]:
|
Did recent changes break compatibility with old parser models?
I am behind a slow internet connection and only have the parser models distributed with version 2.1.0. With current master I get this:
However, running
scripts/train_test_parser.sh sample
works great, and I can predict using the trained model.I thought it might be an artifact of compiling with/without
libc++
as reported in #4 but I get the same error either way. I also checked with version 2.2.0 as released on the website, building in all possible ways, and the models work.The text was updated successfully, but these errors were encountered: