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
Hi @VIS-VAR,
When i run "python test.py" have error:
No pretrained model for Resnet
Total: 27.51932M Trainable: 27.50012M
E1208 15:27:13.015885 21483 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().
So i run "pip install paddlepaddle-gpu" and have error
Hi @VIS-VAR,
When i run "python test.py" have error:
No pretrained model for Resnet
Total: 27.51932M Trainable: 27.50012M
E1208 15:27:13.015885 21483 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().
So i run "pip install paddlepaddle-gpu" and have error
Error: Cannot load cudnn shared library. Cannot invoke method cudnnGetVersion at (/paddle/paddle/fluid/platform/dynload/cudnn.cc:63)
Please tell me how to solve it.
The text was updated successfully, but these errors were encountered: