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

[FEATURE] Extend BatchInference to Work with any TrainerStep output (model agnostic) #41

Closed
hamzamaiot opened this issue Feb 10, 2021 · 0 comments

Comments

@hamzamaiot
Copy link
Contributor

hamzamaiot commented Feb 10, 2021

Is your feature request related to a problem? Please describe.
Currently, there is only one evaluator, the TFMAEvaluator. We need to make it work for any upstream Trainer.

Describe the solution you'd like
Exposing an appropriate Step interface should do the trick -> User will be able to define their own Predict logic and their own Write logic to evaluate on any model and write to any sort of database.

Describe alternatives you've considered

Additional context

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

No branches or pull requests

2 participants