Skip to content

Quick test failure (axondeepseg_test) #772

Discussion options

You must be logged in to vote

Humm this is interesting. Thank you @shinysyk for reaching out.
It seems like Ivadomed, which is the package we use for applying a network, detected that you have a dedicated GPU and tried to do the segmentation using CUDA (which would run on the GPU). But using CUDA requires installing other stuff like a specific version of CuDNN related to the version of CUDA used.

At least this is what I think.

A workaround around this would be to open the file "/home/yungki/anaconda3/envs/ads_venv/lib/python3.8/site-packages/ivadomed/inference.py", go to line 498 and change
cuda_available to False
and
device to "cpu"

This should force the software to use the CPU instead of the GPU to do the segmentation.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shinysyk
Comment options

Answer selected by hermancollin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants