-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support OV IR / ONNX model file for Explainer #47
Support OV IR / ONNX model file for Explainer #47
Conversation
goodsong81
commented
Jul 19, 2024
•
edited
Loading
edited
- Add support for *.xml / *.onnx file input for Explainer
- Add unit tests w/ mocking
- Add integration tests
- Update documentation
2526a4b
to
8349a6c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #47 +/- ##
===========================================
- Coverage 91.00% 90.93% -0.07%
===========================================
Files 18 18
Lines 1067 1070 +3
===========================================
+ Hits 971 973 +2
- Misses 96 97 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
865e07f
to
8e544e0
Compare
d9933e6
to
44c0059
Compare
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.
Thank you for your work, added a few minor comments
Co-authored-by: Galina Zalesskaya <galina.zalesskaya@intel.com>
Co-authored-by: Galina Zalesskaya <galina.zalesskaya@intel.com>
Co-authored-by: Galina Zalesskaya <galina.zalesskaya@intel.com>
b1fd326
into
openvinotoolkit:develop