PARL icon indicating copy to clipboard operation
PARL copied to clipboard

Cannot use GPU because you have installed CPU version PaddlePaddle.

Open shangguanwaner-hub opened this issue 2 years ago • 3 comments

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().

shangguanwaner-hub avatar Jul 14 '22 08:07 shangguanwaner-hub

Hello?

TomorrowIsAnOtherDay avatar Jul 15 '22 05:07 TomorrowIsAnOtherDay

pip uninstall paddlepaddle
pip install paddlepaddle-gpu

libxing avatar Jul 22 '22 02:07 libxing

export CUDA_VISIBLE_DEVICES=""

rical730 avatar Jul 22 '22 03:07 rical730