Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test.py #30

Open
phamthienvuong98 opened this issue Dec 8, 2020 · 3 comments
Open

test.py #30

phamthienvuong98 opened this issue Dec 8, 2020 · 3 comments

Comments

@phamthienvuong98
Copy link

phamthienvuong98 commented Dec 8, 2020

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.

@adamhtoolwin
Copy link

@Morceguito
Copy link

Any test script available to use on a single image?

@thonglv21
Copy link

Replace all CUDAPlace(0) to be CPUPlace() in runner.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants