-
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 Pytorch models for insert_xai
API
#61
Support Pytorch models for insert_xai
API
#61
Conversation
121458a
to
fadee6e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #61 +/- ##
===========================================
+ Coverage 93.65% 94.22% +0.57%
===========================================
Files 26 27 +1
Lines 1638 1817 +179
===========================================
+ Hits 1534 1712 +178
- Misses 104 105 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cc5e9e0
to
ca935f6
Compare
ca935f6
to
8a8eb75
Compare
8a8eb75
to
36369ad
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.
Thanks for the cool upgrade, please see some questions below
What about a dedicated |
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 the great update. Left a few questions
Sure, I also thought it would be good to have. I'll add one in the upcoming PR along with doc update. |
ce43d6b
to
3fa9b04
Compare
3fa9b04
to
40d79fa
Compare
[Changes]
torch.nn.Module
in addition toopenvino.Model
forinsert_xai()
API[Future works]