Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paddle.add计算有误 #7

Open
jzhang533 opened this issue Jan 21, 2022 · 0 comments
Open

paddle.add计算有误 #7

jzhang533 opened this issue Jan 21, 2022 · 0 comments
Labels
status/developing 开发中 type/bug-report 报bug初始标签

Comments

@jzhang533
Copy link

bug复现环境(bug reproduction environment)

Mac
paddle 2.2.2

bug复现步骤及最小代码集(Bug reproduction steps and minimal code set)

a = paddle.rand([3, 4])
b = paddle.rand([3, 4])

print(paddle.add(a, b))

期望结果(Desired result)

more accurate results

实际结果(actual result)

not accurate enough

其他补充

NA

@jzhang533 jzhang533 added status/new-issue 新建 type/bug-report 报bug初始标签 labels Jan 21, 2022
@Ligoml Ligoml added status/developing 开发中 and removed status/new-issue 新建 labels Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/developing 开发中 type/bug-report 报bug初始标签
Projects
None yet
Development

No branches or pull requests

2 participants