2.3K Star 8K Fork 4.2K

GVPMindSpore / mindspore

 / 详情

Tensor dtype conversion problem

DONE
Bug-Report
创建于  
2022-12-02 16:27
name about labels
Bug Report Use this template for reporting a bug kind/bug

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

Directly converse the Tensor from boolean to float cause a wrong result. After changing to numpy before the type conversion, the result beacame correct.

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.9.0
    -- Python version (e.g., Python 3.7.5) : 3.7.3
    -- OS platform and distribution (e.g., Linux Ubuntu 16.04): 18.04.6
    -- GCC/Compiler version (if compiled from source):

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

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

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

data = ms.Tensor(np.array([[0, 0, 0, 0, 0, 0], [1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1]]), ms.bool_)
print(data)
print(~data)
new_data = ms.Tensor(~data, ms.float32)
print(new_data)
result = ops.ReduceSum()(new_data, 0)
print(result)

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

  1. Run the above codes

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

输入图片说明

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

输入图片说明

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

评论 (6)

RaymondCHENG 创建了Bug-Report

Please assign maintainer to check this issue.
请为此issue分配处理人。
@RaymondCHENG

Please add labels (comp or sig), also you can visit https://gitee.com/mindspore/community/blob/master/sigs/dx/docs/labels.md to find more.
为了让代码尽快被审核,请您为Pull Request打上 组件(comp)或兴趣组(sig) 标签,打上标签的PR可直接推送给责任人进行审核。
更多的标签可以查看https://gitee.com/mindspore/community/blob/master/sigs/dx/docs/labels.md
以组件相关代码提交为例,如果你提交的是data组件代码,你可以这样评论:
//comp/data
当然你也可以邀请data SIG组来审核代码,可以这样写:
//sig/data
另外你还可以给这个PR标记类型,例如是bugfix或者是特性需求:
//kind/bug or //kind/feature
恭喜你,你已经学会了使用命令来打标签,接下来就在下面的评论里打上标签吧!

fangwenyi 任务状态TODO 修改为ACCEPTED
fangwenyi 添加了
 
mindspore-assistant
标签
fangwenyi 移除了
 
mindspore-assistant
标签
fangwenyi 关联项目MindSpore Issue Assistant 修改为未设置
fangwenyi 添加了
 
mindspore-assistant
标签
fangwenyi 关联项目设置为MindSpore Issue Assistant

你好,问题收到,我们已安排人员分析

fangwenyi 负责人设置为changzherui
changzherui 添加协作者changzherui
changzherui 负责人changzherui 修改为shaojunsong

您好,如果需要转换Tensor的数据类型,建议使用Cast算子来进行操作,不推荐使用Tensor( , <new_dtype>)修改Tensor的数据类型。

RaymondCHENG 任务状态ACCEPTED 修改为DONE

登录 后才可以发表评论

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

搜索帮助