You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing custom models or pipelines, one may want to react to specific inference events, for example before/after benchmarking on a file.
Idea
Add classes RealTimeInferenceHook and BenchmarkHook to define listener interfaces. This can also be used to implement other behavior like progress bars, writing results, etc.
Problem
When writing custom models or pipelines, one may want to react to specific inference events, for example before/after benchmarking on a file.
Idea
Add classes
RealTimeInferenceHook
andBenchmarkHook
to define listener interfaces. This can also be used to implement other behavior like progress bars, writing results, etc.Example
The text was updated successfully, but these errors were encountered: