-
Notifications
You must be signed in to change notification settings - Fork 233
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
[PTQ][Micro refactoring] Refactor insert null bias to insert bias with value #2056
Merged
KodiaqQ
merged 7 commits into
openvinotoolkit:develop
from
daniil-lyakhov:dl/channel_alignment_improvements
Aug 25, 2023
Merged
[PTQ][Micro refactoring] Refactor insert null bias to insert bias with value #2056
KodiaqQ
merged 7 commits into
openvinotoolkit:develop
from
daniil-lyakhov:dl/channel_alignment_improvements
Aug 25, 2023
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
github-actions
bot
added
the
NNCF OpenVINO
Pull requests that updates NNCF OpenVINO
label
Aug 17, 2023
daniil-lyakhov
changed the title
[PTQ] Refactor insert null bias to insert bias with value
[PTQ][Micro refactoring] Refactor insert null bias to insert bias with value
Aug 17, 2023
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2056 +/- ##
===========================================
+ Coverage 32.93% 36.08% +3.15%
===========================================
Files 476 476
Lines 42391 42417 +26
===========================================
+ Hits 13961 15306 +1345
+ Misses 28430 27111 -1319
|
@KodiaqQ, @andrey-churkin please ignore codecov report as it is working in a wrong way |
KodiaqQ
reviewed
Aug 22, 2023
run pytorch pre-commit tests |
andrey-churkin
requested changes
Aug 24, 2023
andrey-churkin
approved these changes
Aug 24, 2023
KodiaqQ
approved these changes
Aug 25, 2023
andreyanufr
pushed a commit
to andreyanufr/nncf
that referenced
this pull request
Sep 12, 2023
…h value (openvinotoolkit#2056) ### Changes Refactor insert null bias to insert bias with value ### Reason for changes To make it possible to insert bias with a value. This is needed for the ChannelAlignment algorithm ### Related tickets 114583 ### Tests * tests/openvino/native/test_model_transformer.py updated * tests/openvino/native/test_model_utils.py presented
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
Refactor insert null bias to insert bias with value
Reason for changes
To make it possible to insert bias with a value. This is needed for the ChannelAlignment algorithm
Related tickets
114583
Tests