Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

Paddle2.3.1 CUDA11.3/11.6 GPU:RTX3070索引有误

Open Victory8858 opened this issue 3 years ago • 7 comments

bug描述 Describe the Bug

import paddle

label = paddle.to_tensor([0, 8, 9])
mask = paddle.to_tensor([False, True, True], dtype='bool')
print(label[mask])                     # Paddle2.3.1运行后输出[0, 0],在Paddle2.2下运行是[8, 9]正常的

image

其他补充信息 Additional Supplementary Information

No response

Victory8858 avatar Jul 29 '22 05:07 Victory8858

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

paddle-bot[bot] avatar Jul 29 '22 05:07 paddle-bot[bot]

试了一下,windows系统和楼主一样。 ubuntu 22.04输出正常。 image image

Tlntin avatar Jul 29 '22 06:07 Tlntin

试了一下,windows系统和楼主一样。 ubuntu 22.04输出正常。 image image

输出正常吗,明显有错误,不应该是【8,9】吗

Victory8858 avatar Jul 29 '22 06:07 Victory8858

试了一下,windows系统和楼主一样。 ubuntu 22.04输出正常。 image image

输出正常吗,明显有错误,不应该是【8,9】吗

windows不正常,ubuntu正常的。同一个版本2.3.1

Tlntin avatar Jul 29 '22 07:07 Tlntin

试了一下,windows系统和楼主一样。 ubuntu 22.04输出正常。 image image

输出正常吗,明显有错误,不应该是【8,9】吗

windows不正常,ubuntu正常的。同一个版本2.3.1

OK,get

Victory8858 avatar Jul 29 '22 07:07 Victory8858

请问ubuntu22.04如何安装paddle?需要降级gcc版本吗?@Tlntin

wgq18 avatar Aug 06 '22 07:08 wgq18

请问ubuntu22.04如何安装paddle?需要降级gcc版本吗?@Tlntin 参考此贴: https://github.com/PaddlePaddle/Paddle/issues/44668

Tlntin avatar Aug 08 '22 01:08 Tlntin

Since you haven't replied for more than a year, we have closed this issue/pr. If the problem is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up. 由于您超过一年未回复,我们将关闭这个issue/pr。 若问题未解决或有后续问题,请随时重新打开,我们会继续跟进。

paddle-bot[bot] avatar Aug 15 '23 06:08 paddle-bot[bot]