-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Comments
paddle版本是多少,直接在命令行打开一个python, import paddle, from paddle.fluid.layers import RNNCell 可以import进来么 |
我们发现paddle的develop的版本里,这个类确实没有了。可能是因为最近paddle再清理fluid下的接口的原因,我在paddle 2.4.2版本里import了这个类,是可以import进来的。你这个只有自己编译才能吗,不能直接pip install 发行版么。如果真的只能自己编译的化,建议编译paddle 2.4.2之前的paddle版本使用 |
#48972 这个是导致这个问题的原因,之后跟着paddle升级后,paddlehub这块会更新版本处理一下这个问题 |
我编译一个低版本的试试,谢谢啦 |
我编译了2.5.....感人.....也一样遇到这个...这个是不是可以修一下呢.... |
先降低paddle版本使用一下吧~ |
楼主,话说,你的最后解决了么!你是用的gpu版,还是cpu |
Since you haven't replied for more than a year, we have closed this issue/pr. |
请提出你的问题 Please ask your question
参考https://www.paddlepaddle.org.cn/documentation/docs/zh/install/compile/arm-compile.html
paddle编译成功,安装后检查也没问题,但是安装了paddlehub后,调用时却找不到RNNCell,为什么呢
The text was updated successfully, but these errors were encountered: