已关闭
[Bug-Report|缺陷反馈]: aclnnConvolution接口convtranspose场景不支持反向pad大于255 #1822
cheng_gao创建于  3月30日关闭于  3月31日
cheng_gao
cheng_gao成员
3月30日 创建

Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.

Describe the current behavior / 问题描述 (Mandatory / 必填)

aclnnConvolution接口convtranspose场景不支持反向pad大于255

Environment / 环境信息 (Mandatory / 必填)

950

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

构造反向pad大于255场景,通过ACLNN通路调用Conv2DTranspose

Describe the expected behavior / 预期结果 (Mandatory / 必填)

功能与精度正常

Current case is not supported.((weight_w - 1) * dilation_w - padding_left)=306 or ((weight_h - 1) * dilation_h - padding_top)=20 should not be larger than 255

Special notes for this issue/备注 (Optional / 选填)

likedislike
cheng_gaocheng_gao成员
3月30日 添加了label:bug-report
cheng_gaocheng_gao成员
3月30日 将 cheng_gao 设为负责人
cheng_gaocheng_gao成员
3月30日 修改标题为 “[Bug-Report|缺陷反馈]: aclnnConvolution接口convtranspose场景不支持反向pad大于255”,原标题为“[Bug-Report|缺陷反馈]: Conv2DTranspose算子ACLNN通路不支持反向pad大于255”
cheng_gaocheng_gao成员
3月30日 修改了issue 的描述
CANN-robotCANN-robot成员
3月31日 关闭了 issue
CANN-robotCANN-robot成员
3月31日 添加了label:resolved