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

arrch64 build paddle paddlehub, No RNNCell #52211

Closed
hbo-lambda opened this issue Mar 28, 2023 · 9 comments
Closed

arrch64 build paddle paddlehub, No RNNCell #52211

hbo-lambda opened this issue Mar 28, 2023 · 9 comments
Assignees
Labels
status/following-up 跟进中 type/build 编译/安装问题

Comments

@hbo-lambda
Copy link

请提出你的问题 Please ask your question

参考https://www.paddlepaddle.org.cn/documentation/docs/zh/install/compile/arm-compile.html
paddle编译成功,安装后检查也没问题,但是安装了paddlehub后,调用时却找不到RNNCell,为什么呢
image

@rainyfly
Copy link
Contributor

paddle版本是多少,直接在命令行打开一个python, import paddle, from paddle.fluid.layers import RNNCell 可以import进来么

@paddle-bot paddle-bot bot added status/following-up 跟进中 type/build 编译/安装问题 and removed status/new-issue 新建 type/question 用户提问 labels Mar 29, 2023
@hbo-lambda
Copy link
Author

paddle版本是多少,直接在命令行打开一个python, import paddle, from paddle.fluid.layers import RNNCell 可以import进来么

为了回复,我又痛苦的编译了一遍,盼复...

1.我是在arm服务器上编译的paddle,所以version是0.0.0
2.命令行打开python,import paddle, from paddle.fluid.layers import RNNCell不可以调用
Snip20230330_2

@rainyfly
Copy link
Contributor

我们发现paddle的develop的版本里,这个类确实没有了。可能是因为最近paddle再清理fluid下的接口的原因,我在paddle 2.4.2版本里import了这个类,是可以import进来的。你这个只有自己编译才能吗,不能直接pip install 发行版么。如果真的只能自己编译的化,建议编译paddle 2.4.2之前的paddle版本使用

@rainyfly
Copy link
Contributor

#48972 这个是导致这个问题的原因,之后跟着paddle升级后,paddlehub这块会更新版本处理一下这个问题

@hbo-lambda
Copy link
Author

我们发现paddle的develop的版本里,这个类确实没有了。可能是因为最近paddle再清理fluid下的接口的原因,我在paddle 2.4.2版本里import了这个类,是可以import进来的。你这个只有自己编译才能吗,不能直接pip install 发行版么。如果真的只能自己编译的化,建议编译paddle 2.4.2之前的paddle版本使用

我编译一个低版本的试试,谢谢啦

@mmfei
Copy link

mmfei commented May 10, 2023

我编译了2.5.....感人.....也一样遇到这个...这个是不是可以修一下呢....

@rainyfly
Copy link
Contributor

先降低paddle版本使用一下吧~

@yz8654773
Copy link

楼主,话说,你的最后解决了么!你是用的gpu版,还是cpu

@paddle-bot paddle-bot bot closed this as completed Jul 30, 2024
Copy link

paddle-bot bot commented Jul 30, 2024

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。
若问题未解决或有后续问题,请随时重新打开,我们会继续跟进。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/following-up 跟进中 type/build 编译/安装问题
Projects
None yet
Development

No branches or pull requests

5 participants