Skip to content

Do you have group deconvolution layer? #1091

@allnes

Description

@allnes

Hello!

Do you have group deconvolution layer or do you have way how expressed in it?

Activity

morgolock

morgolock commented on Feb 14, 2024

@morgolock

Hi @allnes

Could you please provide more details about the problem you are trying to solve? Is there a model you would like to run?

allnes

allnes commented on Apr 10, 2024

@allnes
Author

Hi @allnes

Could you please provide more details about the problem you are trying to solve? Is there a model you would like to run?

Hi, sorry for long answer.

GroupDeconvolution (in OpenVINO as GroupConvolutionBackpropData) used in networks drn-d-38 and ctdet_coco_dlav0_512
Could we provide more information do you have analog in ACL operations set (its simple list of deconvolutions)

morgolock

morgolock commented on Apr 11, 2024

@morgolock

Hi @allnes

Thanks for the clarification. In ACL we don't have support for grouped deconvolution, but this could be implemented on top of ACL much in the same way ArmNN implements grouped convolutions. For more details please see ArmNN's implementation: https://github.com/ARM-software/android-nn-driver/blob/branches/android-nn-driver_23_11/ConversionUtils_1_2.hpp#L988

Hope this helps,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @morgolock@allnes

        Issue actions

          Do you have group deconvolution layer? · Issue #1091 · ARM-software/ComputeLibrary