如何运行detection_demo
Created by: Ethantequila
我想要在docker里面跑detection demo,但是发现运行时会报ExternalError: Cuda error(38), no CUDA-capable device is detected.这个是否需要装nvidia-docker才能运行。源码安装的方式去跑也会出现问题,报错如下 E0810 16:09:46.794160 36124 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(). E0810 16:09:48.875759 36419 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(1) to be CPUPlace().
但是paddlepaddle-gpu已经都装好了,还是找不到paddlepaddle-gpu这个包?