You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/chapters/getting_started/troubleshooting.md
+45-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
-
# Troubleshooting
1
+
# Troubleshooting<!-- omit in toc -->
2
2
3
-
* If you stumble in the following error message:
3
+
-[`Could not load library libcudnn_ops_infer.so.8.`](#could-not-load-library-libcudnn_ops_inferso8)
4
+
-[`NVIDIA driver on your system is too old` or `Torch not compiled with CUDA enabled`](#nvidia-driver-on-your-system-is-too-old-or-torch-not-compiled-with-cuda-enabled)
5
+
-[`RuntimeError: key : KEY_NAME is missing, plant-seg requires KEY_NAME to run`](#runtimeerror-key--key_name-is-missing-plant-seg-requires-key_name-to-run)
6
+
-[`cannot import name 'lifted_problem_from_probabilities'`](#cannot-import-name-lifted_problem_from_probabilities)
7
+
-[Other issues](#other-issues)
8
+
9
+
----
10
+
11
+
#### `Could not load library libcudnn_ops_infer.so.8.`
12
+
13
+
If you stumble in the following error message:
14
+
```
15
+
Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory
16
+
```
17
+
18
+
Just install `cudnn` by running:
19
+
```
20
+
$ mamba install -c conda-forge cudnn
21
+
```
22
+
23
+
----
24
+
25
+
#### `NVIDIA driver on your system is too old` or `Torch not compiled with CUDA enabled`
26
+
27
+
If you stumble in the following error message:
4
28
```
5
29
AssertionError:
6
30
The NVIDIA driver on your system is too old (found version xxxx).
0 commit comments