-
Notifications
You must be signed in to change notification settings - Fork 58
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
No CUDA GPUs are available #29
Comments
I think you have to change the GPU_ID (3rd line of the bash script) to 0, since you have only one GPU. |
hi,have you solve this issue?i have met same issue |
I can successfully install all dependencies following the instruction sets in the repo. I have also tried the same using the docker image.
I get the following error when trying to run the run_train_infer.sh script using either install from scratch or the docker image:
nvcc --version suggests cuda is installed correctly
and a simple script to check if cuda is accessible to pytorch also seems to work as expected within this conda environment:
Any idea on the underlying cause of this issue?
The text was updated successfully, but these errors were encountered: