We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once the first prototype is running, explore large-scale testing to see where time is being lost and optimize if/where possible.
The text was updated successfully, but these errors were encountered:
MSMARCO dev (~7k topics) with depth = 1000 runs takes 20 seconds to compute RBP scores.
The read of the file takes 10 seconds itself; the computation takes another 10 seconds.
We need to optimize!
Sorry, something went wrong.
A bit of quick profiling shows that our read and to_rbranking_dict are taking a lot of cycles.
to_rbranking_dict
The command here was RBA on 1000 element runs, with about 7000 queries.
is this still true
I believe so, yeah -- do you want me to run more profiling?
No branches or pull requests
Once the first prototype is running, explore large-scale testing to see where time is being lost and optimize if/where possible.
The text was updated successfully, but these errors were encountered: