Xianpeng919 / MonoCon

Learning Auxiliary Monocular Contexts Helps Monocular 3D Object Detection (AAAI'22)
146 stars 23 forks source link

ValueError: Unknown CUDA arch (8.6) or GPU not supported #22

Open Dikshuy opened 1 year ago

Dikshuy commented 1 year ago

I am getting a value error while trying to install. it shows the GPU mismatch error. Can you please let me know which GPU you are using. Here's the log of my nvidia-smi:

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01    Driver Version: 515.65.01    CUDA Version: 11.7     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   49C    P3    N/A /  N/A |      5MiB / 16384MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1148      G   /usr/lib/xorg/Xorg                  4MiB |
+-----------------------------------------------------------------------------+

It seems like that my GPU is too new for using the earlier version of CUDA. Can you please let me know when you guys will be updating the repository for the latest version of your repo?

Thanks in advance!