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

Fixes to parity inference task #296

Merged
merged 6 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. fix: mapping the right private variable to predictions property

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b632478 View commit details
    Browse the repository at this point in the history
  2. refactor: allowing inference tasks to be created from specific classes

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b1d3941 View commit details
    Browse the repository at this point in the history
  3. docs: added note in inference docs about disabling inference mode

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a23db74 View commit details
    Browse the repository at this point in the history
  4. docs: added missing inference page to index

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    05a3c93 View commit details
    Browse the repository at this point in the history
  5. refactor: setting pred split to sole dataset

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    402c6dd View commit details
    Browse the repository at this point in the history
  6. fix: making predict split use the correct collate func

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    855a06d View commit details
    Browse the repository at this point in the history