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

Extend model artifact type in task graph to allow hooks for loading the model #746

Open
3 tasks
keithmanville opened this issue Feb 6, 2025 · 0 comments
Open
3 tasks
Labels
blocked Unable to move forward because a dependency has yet to be completed feature New feature to add to project

Comments

@keithmanville
Copy link
Collaborator

This allows you to load the model as a context that gets passed to the inner job.

a task plugin can be registered as a special handler for this functionality.

Provide model loading handlers for:

  • scikit learn
  • tensorflow
  • pytorch
  • keras

Definition of done

  • The model loading feature is implemented.
  • job tests are extended to test model loading
  • The feature is merged into dev
@hbooth hbooth added the feature New feature to add to project label Feb 7, 2025
@keithmanville keithmanville added the blocked Unable to move forward because a dependency has yet to be completed label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Unable to move forward because a dependency has yet to be completed feature New feature to add to project
Projects
None yet
Development

No branches or pull requests

2 participants