-
Notifications
You must be signed in to change notification settings - Fork 709
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
OV API2.0 #1098
OV API2.0 #1098
Conversation
@samet-akcay Running NNCF Notebook, I see this error: C:\Users\paularam\Intel\tests\anomalib_env\lib\site-packages\torchmetrics\utilities\prints.py:36: UserWarning: Metric
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@samet-akcay @dmatveev @ashwinvaidya17 Could you please take a look of this we need to test it out in Hugging Face Space. If this issue is not solved I cannot test it. Thanks for your helping. |
|
||
self.config = config | ||
self.input_blob, self.output_blob, self.model = self.load_model(path) | ||
self.metadata = super()._load_metadata(metadata_path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
metadata_path
is not defined. Did you mean to use metadata
?
Description
Refactoring OpenVINO API 1.0 to API 2.0. Also including model caching and config argument for changing model precision in the OpenVINO inferencer.
Fixes # (issue)
Changes
Checklist