theFoxofSky / ddfnet

The official implementation of the CVPR2021 paper: Decoupled Dynamic Filter Networks
MIT License
214 stars 34 forks source link

nvcc fatal : Unsupported gpu architecture 'compute_75' #6

Open Booooooooooo opened 3 years ago

Booooooooooo commented 3 years ago

Thank you for your excellent work! I am very interested in adopting ddf in other networks. However, I fail to setup ddf in my device with error message "nvcc fatal : Unsupported gpu architecture 'compute_75' error: command '/usr/bin/nvcc' failed with exit status 1". My GPU is Titan RTX.

theFoxofSky commented 3 years ago

What is your CUDA version? Please make sure your nvcc match your CUDA version.

theFoxofSky commented 3 years ago

You can find more details in this link: https://blog.csdn.net/sophia_xw/article/details/102561410