Skip to content
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

benchmark view results #3144

Closed
wants to merge 2 commits into from

Commits on Dec 2, 2023

  1. benchmark refactor

    Summary:
    1. Support for index construction parameters outside of the factory string (arbitrary depth of quantizers).
    2. Refactor that provides an index wrapper which is a prereq for the optimizer, which will generate indices from pre-optimized components (particularly quantizers)
    
    Differential Revision: D51427452
    algoriddle authored and facebook-github-bot committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    28880eb View commit details
    Browse the repository at this point in the history
  2. benchmark view results (facebookresearch#3144)

    Summary:
    
    Visualize results of running the benchmark with Pareto optima filtering:
    1. per index or across indices
    2. for space, time or space & time
    3. knn or range search, the latter @ specific precision
    
    Reviewed By: mdouze
    
    Differential Revision: D51552775
    algoriddle authored and facebook-github-bot committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    9d137f7 View commit details
    Browse the repository at this point in the history