已关闭
[Bug-Report|缺陷反馈]: Conv:3d opt group bug fix #5663
高维健创建于 14 天前关闭于 14 天前
14 天前 添加了label:bug-report
高维健
14 天前 评论:
14 天前 评论:
/assign


14 天前 将 weijian317 设为负责人
14 天前 关闭了 issue
13 天前 添加了label:resolved
11 天前 关联了pull request:Conv:3d opt group bug fix
/assign


Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
Conv3D的opt group场景问题:当尾块的singleCi发生改变时,按原有实现计算变量会导致dk方向丢失部分数据,进而精度失败
需要同步更新aL1Dk和bL1Dk的实际值
Environment / 环境信息 (Mandatory / 必填)
Ascend950
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
如下规格必现精度问题:
fmap:(16,22,16,67,47)
weight:(22,1,3,10,1),
bias:[22]
'strides': [1,1,4,7,2], 'pads':[0,0,0,0,0,0], 'dilations':[1,1,2,1,1], 'groups':22
输入输出format为NCDHW,dtype为float32
Describe the expected behavior / 预期结果 (Mandatory / 必填)
期望精度通过
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
Special notes for this issue/备注 (Optional / 选填)