Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 4020d7c4 authored by Dorothea Sommer's avatar Dorothea Sommer
Browse files

add how to solve cuda error

parent db4523b6
Branches
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ The test_pointnet `conda` environment now contains all packages that we need to
💎 If you get something similar to `ERROR: No matching distribution found for ...`, one solution is to ease the requirements. You can do this by `nano Pointnet_Example/requirements.txt` and removing the version number for a package, so instead of `package==versionnumber` only `package` is displayed. If you do not require a specific version number, compatibility issues can be avoided, but it might also break things later on (if your code requires a specific version number).
💎 If you get an error during the training with the GPU such as `RuntimeError: CUDA error: CUBLAS_STATUS_NOT_SUPPORTED when calling cublasSgemmStridedBatched` later, you can solve it by _downgrading_ the PyTorch library with `pip install pytorch==1.12.1 torchvision==0.13.1`.
## Python as a Kernel in Jupyter notebook
To use the `conda` environment as a kernel in the jupyter notebook, we need to register it once.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment