You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Activity
morgolock commentedon Feb 14, 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?
allnes commentedon Apr 10, 2024
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 commentedon Apr 11, 2024
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,