Skip to content
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] Fix for concat layer with >2 inputs #1475

Merged

Conversation

bsochack
Copy link
Contributor

Signed-off-by: Bartosz Sochacki [email protected]

@bsochack bsochack force-pushed the git_fix_concat_with_many_inputs branch from 56bf776 to c6caa83 Compare August 31, 2020 12:15
@bsochack bsochack marked this pull request as ready for review August 31, 2020 12:16
@bsochack bsochack requested review from a team and dorloff August 31, 2020 12:16
@bsochack bsochack force-pushed the git_fix_concat_with_many_inputs branch from 1f71cb8 to f11a782 Compare September 1, 2020 07:39
Copy link
Contributor

@esmirno esmirno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont know what we are fixing here - reodering mechanics will be extra constrained for some reason

@bsochack bsochack changed the title [GNA] Fix for concat layer with more than 2 inputs [GNA] Fix for concat align layer with more than 2 inputs Sep 3, 2020
@bsochack bsochack force-pushed the git_fix_concat_with_many_inputs branch from a2cae5d to 7606031 Compare September 7, 2020 09:05
@bsochack bsochack force-pushed the git_fix_concat_with_many_inputs branch from fe138aa to 586fe26 Compare September 7, 2020 19:41
@dorloff dorloff added the category: GNA OpenVINO GNA plugin label Sep 7, 2020
@bsochack bsochack changed the title [GNA] Fix for concat align layer with more than 2 inputs [GNA] Fix for concat layer with >2 inputs Sep 8, 2020
@bsochack bsochack force-pushed the git_fix_concat_with_many_inputs branch from 6f67fba to 27440dc Compare September 9, 2020 06:36
@bsochack bsochack force-pushed the git_fix_concat_with_many_inputs branch from f22277e to d2676ca Compare September 9, 2020 09:22
@azhogov azhogov merged commit 8b87e1a into openvinotoolkit:master Sep 9, 2020
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
* Fix for concat layer with more than 2 inputs

Signed-off-by: Bartosz Sochacki <[email protected]>

* Fixed check if affine is used for crop layer

Signed-off-by: Bartosz Sochacki <[email protected]>

* code cleanup for fix affine layer check

Signed-off-by: Bartosz Sochacki <[email protected]>

* added test for concat layer with multiple inputs

* simplified test to use less number of layers

* fixed code style

* fixed coding style

* addressed review comments and one more issue that appeared during testing

* fixed code style errors

* scale factor propagation for concat layer with multiple inputs

* fix for a case when all inputs to concat are activation layers

* fix for linux compilation - C++14 is not enabled and fails on lambda with auto parameters

* corrected current year in headers in concat multi input tests

* fixes for code review issues raised by Denis Orlov

* enabled integer mode computation in GNA concat multi input test

* removed 1 space per review comment

* a fix to fail when not all scale factors are equal

* added GNA_DEVICE_MODE config to concat multi input test

* corrected searching for a next input to concat layer

* changed selection of 2nd candidate for source quant value

* code style fix - else and brackets should be in the same line

* small code improvement

* fix for mixing line endings

* addressed with endless requantization loop and fixed failing tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GNA OpenVINO GNA plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants