-
Notifications
You must be signed in to change notification settings - Fork 240
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
QAT anomaly example #2582
Merged
alexsu52
merged 7 commits into
openvinotoolkit:develop
from
alexsu52:as/qat_anomaly_example
Apr 21, 2024
Merged
QAT anomaly example #2582
alexsu52
merged 7 commits into
openvinotoolkit:develop
from
alexsu52:as/qat_anomaly_example
Apr 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2582 +/- ##
============================================
- Coverage 91.16% 37.15% -54.02%
============================================
Files 494 494
Lines 45369 45388 +19
============================================
- Hits 41362 16864 -24498
- Misses 4007 28524 +24517 see 358 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
alexsu52
force-pushed
the
as/qat_anomaly_example
branch
from
March 27, 2024 09:40
50139dd
to
2dd17cf
Compare
github-actions
bot
added
the
documentation
Improvements or additions to documentation
label
Mar 27, 2024
alexsu52
force-pushed
the
as/qat_anomaly_example
branch
from
March 27, 2024 09:47
2dd17cf
to
e468a9a
Compare
alexsu52
force-pushed
the
as/qat_anomaly_example
branch
from
March 28, 2024 08:22
23e5914
to
810b762
Compare
daniil-lyakhov
approved these changes
Mar 28, 2024
AlexKoff88
reviewed
Mar 29, 2024
AlexKoff88
reviewed
Mar 29, 2024
AlexKoff88
reviewed
Mar 29, 2024
AlexKoff88
reviewed
Mar 29, 2024
AlexKoff88
reviewed
Mar 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Added the example: Quantization-Aware Training of STFPM PyTorch model from Anomalib
Reason for changes
This example demonstrates how to quantize Student-Teacher Feature Pyramid Matching (STFPM) PyTorch model from Anomalib using Quantization API from Neural Network Compression Framework (NNCF).
Related tickets
N/A
Tests
test_examples 323