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

[Fix Bug] Fix inference py::array_t calling bug #50417

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

jiahy0825
Copy link
Contributor

@jiahy0825 jiahy0825 commented Feb 10, 2023

PR types

Bug fixes

PR changes

Others

Describe

设置 py::array::forcecast 标志后,pybind11 会跳过重载函数的搜索,因此通过 PaddleInferTensorCreate 创建出来的 Tensor 会转换成 int 类型,导致后续调用 conv op 时找不到 kernel。

Argument py::array::forcecast will skip overloaded function search, so that the Tensor created by PaddleInferTensorCreate will be cast to int. Remove this argument can fix this bug.

image

Ref. Link:

@paddle-bot
Copy link

paddle-bot bot commented Feb 10, 2023

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@jiweibo jiweibo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jiahy0825 jiahy0825 merged commit aaaffd2 into PaddlePaddle:develop Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants