-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[GNA] Fixed scale factors propagation for Eltwise with very different inputs ranges #7305
Merged
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
openvino-pushbot
added
category: GNA
OpenVINO GNA plugin
category: IE Tests
OpenVINO Test: plugins and common
labels
Aug 31, 2021
elilobanova
force-pushed
the
fix_eltwise_sf
branch
from
September 1, 2021 07:44
8101c7f
to
2884472
Compare
elilobanova
changed the title
[GNA] Fixed quantization for Eltwise and ScaleShift layers
[GNA] Fixed scale factors propagation for Eltwise with very different inputs ranges
Sep 1, 2021
elilobanova
requested review from
nkogteva,
mryzhov,
dmitriikhurtin and
sirzabek
September 1, 2021 12:51
elilobanova
force-pushed
the
fix_eltwise_sf
branch
2 times, most recently
from
September 3, 2021 09:20
c53602f
to
b1f87d6
Compare
dmitriikhurtin
approved these changes
Sep 3, 2021
sirzabek
approved these changes
Sep 6, 2021
nkogteva
approved these changes
Sep 7, 2021
elilobanova
force-pushed
the
fix_eltwise_sf
branch
from
September 7, 2021 11:11
007ff88
to
cf54b7a
Compare
elilobanova
added a commit
to elilobanova/openvino
that referenced
this pull request
Sep 9, 2021
… inputs ranges (openvinotoolkit#7305) * [GNA] Fix scale factors propogation for Eltwise with very different inputs ranges * [GNA] Added test * [GNA] Added exception for scale factor <= 0 * [GNA] Disable tests with integer weights * [GNA] Added assert for CNNLayer in getScaleFactor() * [GNA] Added check if scale factor is inf * [GNA] Fixed legacy tests
elilobanova
added a commit
to elilobanova/openvino
that referenced
this pull request
Sep 10, 2021
… inputs ranges (openvinotoolkit#7305) * [GNA] Fix scale factors propogation for Eltwise with very different inputs ranges * [GNA] Added test * [GNA] Added exception for scale factor <= 0 * [GNA] Disable tests with integer weights * [GNA] Added assert for CNNLayer in getScaleFactor() * [GNA] Added check if scale factor is inf * [GNA] Fixed legacy tests
dorloff
pushed a commit
that referenced
this pull request
Sep 13, 2021
… inputs ranges (#7305) (#7445) * [GNA] Fix scale factors propogation for Eltwise with very different inputs ranges * [GNA] Added test * [GNA] Added exception for scale factor <= 0 * [GNA] Disable tests with integer weights * [GNA] Added assert for CNNLayer in getScaleFactor() * [GNA] Added check if scale factor is inf * [GNA] Fixed legacy tests
akuporos
pushed a commit
to akuporos/openvino
that referenced
this pull request
Sep 29, 2021
… inputs ranges (openvinotoolkit#7305) * [GNA] Fix scale factors propogation for Eltwise with very different inputs ranges * [GNA] Added test * [GNA] Added exception for scale factor <= 0 * [GNA] Disable tests with integer weights * [GNA] Added assert for CNNLayer in getScaleFactor() * [GNA] Added check if scale factor is inf * [GNA] Fixed legacy tests
tadamowicz
pushed a commit
to tadamowicz/openvino
that referenced
this pull request
Aug 30, 2023
… inputs ranges (openvinotoolkit#7305) * [GNA] Fix scale factors propogation for Eltwise with very different inputs ranges * [GNA] Added test * [GNA] Added exception for scale factor <= 0 * [GNA] Disable tests with integer weights * [GNA] Added assert for CNNLayer in getScaleFactor() * [GNA] Added check if scale factor is inf * [GNA] Fixed legacy tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Details:
Tickets:
63395