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

Adding tag support to TensorFlowSavedModelExternalModel #393

Merged
merged 2 commits into from
Mar 28, 2025
Merged

Conversation

Craigacp
Copy link
Member

Description

TF allows multiple models to be saved in the same bundle, this PR allows Tribuo to load specific models rather than the default.

Motivation

Fixes #392.

@Craigacp Craigacp added the Oracle employee This PR is from an Oracle employee label Feb 11, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 11, 2025
Copy link
Member

@jhalexand jhalexand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Craigacp Craigacp merged commit ad6ce6e into main Mar 28, 2025
14 checks passed
@Craigacp Craigacp deleted the tf-tags branch March 28, 2025 13:58
Craigacp added a commit that referenced this pull request Mar 28, 2025
* Adding tag support to TensorFlowSavedModelExternalModel.

* java.io.Serializable support for TF external model tags.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement. Oracle employee This PR is from an Oracle employee
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to load a TensorFlow SavedModelBundle with a non-default signature?
2 participants