PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning
https://parl.readthedocs.io/
Apache License 2.0
3.25k stars 820 forks source link

Cannot use GPU because you have installed CPU version PaddlePaddle. #929

Open shangguanwaner-hub opened 2 years ago

shangguanwaner-hub commented 2 years ago

E0714 16:34:40.972663 31948 pybind.cc:1277] Cannot use GPU because you have installed CPU version PaddlePaddle. If you want to use GPU, please try to install GPU version PaddlePaddle by: pip install paddlepaddle-gpu If you only have CPU, please change CUDAPlace(0) to be CPUPlace().

TomorrowIsAnOtherDay commented 2 years ago

Hello?

libxing commented 2 years ago
pip uninstall paddlepaddle
pip install paddlepaddle-gpu
rical730 commented 2 years ago

export CUDA_VISIBLE_DEVICES=""