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

Parity inference task #294

Merged
merged 10 commits into from
Sep 26, 2024
Merged

Commits on Sep 25, 2024

  1. refactor: removing unused union type

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    54e3847 View commit details
    Browse the repository at this point in the history
  2. refactor: overriding training method in default inference task

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0996477 View commit details
    Browse the repository at this point in the history
  3. feat: adding parity class

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5627abd View commit details
    Browse the repository at this point in the history
  4. refactor: make sure tensor is on host before trying to convert to list

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0b2a34c View commit details
    Browse the repository at this point in the history
  5. feat & test: added parity inference task and accompanying test

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d98798c View commit details
    Browse the repository at this point in the history
  6. test: checking multi target inference runs

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1522624 View commit details
    Browse the repository at this point in the history
  7. refactor: allowing datamodule to specify prediction split

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fa1a5c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3c38e8 View commit details
    Browse the repository at this point in the history
  9. docs: added docstrings to parity inference task

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    eabfef8 View commit details
    Browse the repository at this point in the history
  10. fix: only checking pred path if it's a string or path

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