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] Fixes for convolution handling #7861

Merged
merged 4 commits into from
Oct 13, 2021

Conversation

elilobanova
Copy link
Contributor

@elilobanova elilobanova commented Oct 6, 2021

Details:

  • Support a case when convolution output has only one dimension > 1, in this case trailing transpose will be replaced by a reshape
  • Removed orientation check for layers connected to input. It'd have a sense if Convolution first input dimension will be > 1 (since only Convolution is a layer with deinterleaved orientation) but such cases are not supported by GNA.
  • Fixed InsertTransposeAfterConvOrPool transformation for a case when convolution or pooling output has only one dimension > 1
  • Fixed a problem with ConvolutionFilter sizes
  • Added tests for these cases
  • delayed_copy_layer test is fixed and added to CI verification (it seems it was not updated during some changes in tests infrastructure and is failed without this update)

Tickets:

66334

@elilobanova elilobanova requested review from a team, nkogteva, mryzhov and dmitriikhurtin October 6, 2021 09:22
@openvino-pushbot openvino-pushbot added category: GNA OpenVINO GNA plugin category: IE Tests OpenVINO Test: plugins and common labels Oct 6, 2021
@elilobanova elilobanova requested a review from kbruniec October 7, 2021 10:49
@elilobanova elilobanova force-pushed the input_orient_error branch 3 times, most recently from a7e2e6f to 9fccf82 Compare October 11, 2021 06:42
@dorloff dorloff merged commit 917a292 into openvinotoolkit:master Oct 13, 2021
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
* [GNA] Fixed errors with convolution handling

* [GNA] Tests added

* [GNA] Fixed the problem with Convolution Filter

* [GNA] Allow scale factors near 0, comments apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GNA OpenVINO GNA plugin category: IE Tests OpenVINO Test: plugins and common
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants