-
Notifications
You must be signed in to change notification settings - Fork 58
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
running models and obtaining results #459
Comments
Hi, How do you know that it still looks for the redirects? 🤔 When you run an experiment and you have the impression that GERBIL is too slow, could you please open http://localhost:1234/gerbil/running (please adapt the address as needed), copy the stack trace(s) that you see there and paste them here? That could help a lot to figure out what GERBIL is actually doing 😉 |
From the information under I am not sure whether I understand the Python stack trace of your program correctly. It seems like GERBIL is sending a request without a NIF context. However, that would be very surprising. 🤔 |
Hi,
I am currently trying to use GERBIL for the evaluation of some of your models.
(specifically D2KB with mGENRE and our imported model SpEL hosted on our localhost)
We already deactivated the HTTPBasedSameAsRetriever in the gerbil.properties but it still does all the redirects, which makes the evaluation really slow.
Is there a way to fix it or is there maybe a problem with the code, which need to be updated?
Any suggestion would be really helpful at this point.
The text was updated successfully, but these errors were encountered: