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

feat: add batched inference #114

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

OBrink
Copy link
Collaborator

@OBrink OBrink commented Dec 22, 2024

Hey @Kohulan,

This PR should provide the requested batched inference feature (see #113).

I am running into the problem that I cannot test it as I cannot re-export the model because I don't have the checkpoints. The model object is loaded with all of its methods from the downloaded file. When I change the model's call method, I cannot test my changes. I have tried monkey-patching it to test it, but Tensorflow is unhappy about unmatched method signatures.

Could you test my changes after exporting or give me a hint where I can find the checkpoint file with the trained weights so that I can try exporting it myself?

Cheers,
Otto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant