InternalError: cudaGetDevice() failed #762
Replies: 2 comments 4 replies
-
Hi @cosimogonnelli, Do you mind filling out the edited description above? This seems to occur due to the version of cudatoolkit and tensorflow conflicting (similar problem seen here); thus, it might be beneficial to know how you are installing/running SLEAP (which should handle these dependencies for you). Thanks, |
Beta Was this translation helpful? Give feedback.
-
This is usually because your GPU drivers aren't updated enough for the specific version of cudatoolkit (10.2 requires drivers >= 440.33). Yours (440.33.01) are ok for your system CUDA 10.2, but it looks like you're using the newer cudatoolkit in the SLEAP conda environment:
You could try to Let us know if either works for you! |
Beta Was this translation helpful? Give feedback.
-
Problem description
Hi All,
I am encountering the following error when running SLEAP:
tensorflow.python.framework.errors_impl.InternalError: cudaGetDevice() failed. Status: initialization error
I run:
Please let me know if you need more information.
Thanks for your help!
Expected behaviour
Actual behaviour
Your personal set up
Environment packages
Logs
Screenshots
How to reproduce
Beta Was this translation helpful? Give feedback.
All reactions