-
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
Auto-detect feature layer for Pytorch models #64
Auto-detect feature layer for Pytorch models #64
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #64 +/- ##
===========================================
+ Coverage 94.16% 94.23% +0.07%
===========================================
Files 27 27
Lines 1817 1857 +40
===========================================
+ Hits 1711 1750 +39
- Misses 106 107 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bac4363
to
2e97454
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.
Validation on a large scope of models is the best way to see how such kind of changes generalize. I see you plan to do it as the future work.
[Changes]
LayerNorm
layer(Different from OV logic as there is no explicit
Add
module just before theLayerNorm
in Pytorch models)[Future works]