OpenGVLab / InternImage

[CVPR 2023 Highlight] InternImage: Exploring Large-Scale Vision Foundation Models with Deformable Convolutions
https://arxiv.org/abs/2211.05778
MIT License
2.47k stars 231 forks source link

Unsupported gpu architecture 'compute_86' #284

Open Cominder opened 5 months ago

Cominder commented 5 months ago

nvcc fatal : Unsupported gpu architecture 'compute_86' error: command '/usr/local/cuda-11.0/bin/nvcc' failed with exit code 1

VimukthiRandika1997 commented 1 month ago

You have unsupported cuda version: InternImage works with cuda 11.1-11.3 from my experience. Additionally you need find the relevant pytorch, mmcv, mmdet that are compatible with your machine!