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

Conversation

laserkelvin
Copy link
Collaborator

This PR provides some fixes to the ParityInferenceTask implemented in #294.

  • Fixes incorrect mapping the in predictions property of ParityData, which caused targets and predictions to return the same tensor.
  • Fixes missing entry in documentation for the general inference page
  • Fixed mapping for collate_fn in the predict dataloader, in the case that only pred_split is specified and self.dataset is not defined as a Dataset object.
  • QoL update to BaseInferenceTask class methods, allowing specific tasks to be loaded in, as well as a simplified pipeline to load in an artifact from wandb.

@laserkelvin laserkelvin added bug Something isn't working documentation Improvements or additions to documentation ux User experience, quality of life changes inference Issues related to model inference and testing labels Sep 27, 2024
@laserkelvin laserkelvin merged commit 3930ee4 into IntelLabs:main Sep 27, 2024
2 of 5 checks passed
@laserkelvin laserkelvin deleted the parity-task-fixes branch September 27, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation inference Issues related to model inference and testing ux User experience, quality of life changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants