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

Do you have group deconvolution layer? #1091

Open
allnes opened this issue Feb 13, 2024 · 3 comments
Open

Do you have group deconvolution layer? #1091

allnes opened this issue Feb 13, 2024 · 3 comments

Comments

@allnes
Copy link

allnes commented Feb 13, 2024

Hello!

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

@morgolock
Copy link

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
Copy link
Author

allnes commented Apr 10, 2024

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
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants