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

eval #4

Open
18339185538 opened this issue Jun 2, 2022 · 3 comments
Open

eval #4

18339185538 opened this issue Jun 2, 2022 · 3 comments

Comments

@18339185538
Copy link

Hello, why is it taking a long time when I run the eval.py file, my GPU doesn't seem to be working, but my CPU is fully loaded。what shoud I do?thanks!

@qaz670756
Copy link
Owner

qaz670756 commented Jun 2, 2022

Hello, please make sure that you have correctly installed pytorch with cuda. You could check that by the following steps.
First, in your Python console
import torch
torch.cuda.is_available()
and get 'True' result.
Second, type 'nvcc -V' in your terminal, and you may get results like
Copyright (c) 2005-2021 NVIDIA Corporation
Build on xx
Cuda compilation tools, release 11.5, V11.5.119
Build xx
If your results are similar with mine but still could not work with GPU, please check that the cuda version is compatible with your pytorch, or you have installed cudnn

@18339185538
Copy link
Author

18339185538 commented Jun 2, 2022 via email

@18339185538
Copy link
Author

18339185538 commented Jun 2, 2022 via email

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

2 participants