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

Feature/vector inference #52

Merged
merged 18 commits into from
Oct 26, 2023
Merged

Feature/vector inference #52

merged 18 commits into from
Oct 26, 2023

Commits on Oct 19, 2023

  1. prepared draft for implicit inference

    Daria Tikhonovich committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bf34e7e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. debug in progress

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9e759eb View commit details
    Browse the repository at this point in the history
  2. moved biases processing to separate func

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    beab162 View commit details
    Browse the repository at this point in the history
  3. refactored ScoreCalculator initialization

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d7c2431 View commit details
    Browse the repository at this point in the history
  4. prepared separate implicit scorer

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2982e0a View commit details
    Browse the repository at this point in the history
  5. fixed bugs and saved calculator to model attr

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4b41888 View commit details
    Browse the repository at this point in the history
  6. fixed implicit logic for all tests except vector

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fb8e2e7 View commit details
    Browse the repository at this point in the history
  7. passed all tests

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1fe4c4d View commit details
    Browse the repository at this point in the history
  8. introduced num_threads

    Daria Tikhonovich committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    305546b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. minor refactoring

    Daria Tikhonovich committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d463b0d View commit details
    Browse the repository at this point in the history
  2. refactor and test

    Daria Tikhonovich committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fde078e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2f0c01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91ec754 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    506249a View commit details
    Browse the repository at this point in the history
  6. updated changelog

    blondered committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    fd7c872 View commit details
    Browse the repository at this point in the history
  7. minor refactor

    blondered committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4f43cb6 View commit details
    Browse the repository at this point in the history
  8. renamed rank func

    blondered committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3ec5fd2 View commit details
    Browse the repository at this point in the history
  9. minor refactor

    blondered committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6e677b6 View commit details
    Browse the repository at this point in the history