-
Notifications
You must be signed in to change notification settings - Fork 121
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
Why GPU is not detected? #11
Comments
Hey, it looks like pytorch is not recognizing your GPUs. Can you post the output of In addition, you can test if the FastSurferCNN docker is working for you. Best, |
Hi @LeHenschel , I am going to Google but I have a different GPU discovery error:
Checking with you in case you know a potential solution. |
Hey @tashrifbillah, looks like the nvidia-toolkit might be missing (see: NVIDIA/nvidia-docker#1034). Best, |
Right! People can navigate from that issue or just do-- https://nvidia.github.io/nvidia-container-runtime/ |
Ok, thanks for the pointers. I am closing this issue for now then. |
Hello,
I used the following command to run a test case:
./run_fastsurfer.sh --t1 $datadir/P008/P008_T1_mri_orig.mgz
--sid P008 --sd $fastsurferdir
But no GPU is used when the program is running. I have several GPUs available, the recon-all.log file shows:
Cuda available: False, # Available GPUS: 0, Cuda user disabled (--no_cuda flag): False, --> Using device: cpu
Does anyone know why this happens?
Thanks.
The text was updated successfully, but these errors were encountered: