You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
出现问题: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吗
The text was updated successfully, but these errors were encountered:
我用paddle2.5.0和python3.8运行示例,仍然报错,请问能否提供一个运行所有示例的版本的依赖文件requirements.txt呢?谢谢!
这个是我的报错:
[12-16 06:37:07 MainThread @utils.py:79] paddlepaddle version: 2.5.0.
Traceback (most recent call last):
File "D:\Source\study\python\paddle\examples\tutorials\lesson3\dqn\train.py", line 30, in
from model import Model
File "D:\Source\study\python\paddle\examples\tutorials\lesson3\dqn\model.py", line 18, in
from parl import layers # 封装了 paddle.fluid.layers 的API
ImportError: cannot import name 'layers' from 'parl' (D:\Source\study\python\paddle\parl_init_.py)
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吗
The text was updated successfully, but these errors were encountered: