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

WRN No deep learning framework was found, but it's ok for parallel computation. #1149

Open
lmy235638 opened this issue May 16, 2024 · 1 comment

Comments

@lmy235638
Copy link

lmy235638 commented May 16, 2024

python环境:3.8
paddle-gpu版本:2.6.1,安装方式为:conda install paddlepaddle-gpu==2.6.1 cudatoolkit=11.7 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge
parl版本:2.2.1,安装方式为pip install parl

出现问题:paddle使用正常,但在import parl时会出现WRN No deep learning framework was found, but it's ok for parallel computation.警告.运行快速入门:解决CartPole问题时会出现parl没有model的报错

尝试解决方法:降级paddle为2.5版本正常使用

请问parl现在不支持paddle最新版本2.6吗

@TomorrowIsAnOtherDay
Copy link
Collaborator

赞解决方案的同步,应该是支持的。
你可以试试安装parl + paddle2.6,然后执行

python -c "import paddle"

看看有没有报错信息。

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

No branches or pull requests

2 participants