2.4K Star 8.2K Fork 4.4K

GVPMindSpore / mindspore

 / 详情

[CT][MS][Conv3d]The depth of the parameter 'dilation' of Conv3d need to be set more than 1.

TODO
RFC
创建于  
2022-05-31 17:57
name about labels
Bug Report Conv3d的入参dilation的depth不能被设置为除了1以外的数 kind/bug

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

开发vistr模型时,需要使用dilation为(2,2,2)的Conv3d空洞卷积算子。但是由于Conv3d算子的dilation的第一个数只能是1,即(1, 2, 2),所以无法实现。

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

  • Hardware Environment(Ascend/GPU/CPU) / 硬件环境:

Please delete the backend not involved / 请删除不涉及的后端:
/device GPU

  • Software Environment / 软件环境 (Mandatory / 必填):
    -- MindSpore version (e.g., 1.7.0.Bxxx) : 1.7.0
    -- Python version (e.g., Python 3.7.5) : 3.7.5
    -- OS platform and distribution (e.g., Linux Ubuntu 16.04): euleros2u3
    -- GCC/Compiler version (if compiled from source): 7.3.0

  • Excute Mode / 执行模式 (Mandatory / 必填)(PyNative/Graph):

Please delete the mode not involved / 请删除不涉及的模式:
/mode pynative
/mode graph

Related testcase / 关联用例 (Mandatory / 必填)

import mindspore.nn as nn

conv3d = nn.Conv3d(in_channels=3, out_channels=32, kernel_size=(4, 3, 3), dilation=(2,2,2))

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

  1. 执行测试用例。

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

Conv3d可以设置为dilation为(2,2,2)的空洞卷积。

Related log / screenshot / 日志 / 截图 (Mandatory / 必填)

输入图片说明

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

评论 (0)

hujingsong 创建了Requirement
hujingsong 关联仓库设置为MindSpore/mindspore
hujingsong 添加了
 
sig/frontend
标签
fangwenyi 任务状态TODO 修改为ACCEPTED
hujingsong 里程碑Video开发套件0.1版本 修改为未设置
hujingsong 任务状态ACCEPTED 修改为TODO
hujingsong 任务类型Requirement 修改为Bug-Report
hujingsong 移除了
 
sig/frontend
标签
hujingsong 添加了
 
sig/graph-engine
标签
hujingsong 关联分支设置为master
hujingsong 修改了描述
ZOMI酱 修改了描述
hujingsong 负责人设置为liangchenghui
fangwenyi 里程碑B-SIG-FrontEnd 修改为B-SIG-ModelZoo
liangchenghui 任务类型Bug-Report 修改为RFC
liangchenghui 优先级严重 修改为不重要
liangchenghui 添加了
 
rct/cann
标签
liangchenghui 里程碑B-SIG-ModelZoo 修改为未设置
展开全部操作日志

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(1)
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore

搜索帮助

344bd9b3 5694891 D2dac590 5694891