dog-qiuqiu / Yolo-Fastest

:zap: Based on yolo's ultra-lightweight universal target detection algorithm, the calculation amount is only 250mflops, the ncnn model size is only 666kb, the Raspberry Pi 3b can run up to 15fps+, and the mobile terminal can run up to 178fps+
Other
1.98k stars 427 forks source link

nvcc fatal : Unsupported gpu architecture 'compute_61' #20

Open yunxiaozimeng opened 3 years ago

yunxiaozimeng commented 3 years ago

编译时报错,nvcc fatal : Unsupported gpu architecture 'compute_61',显卡是笔记本rtx 2060 ,请问怎么解决? when i compile it ,an error occurred,“nvcc fatal : Unsupported gpu architecture 'compute_61'”,my GPU is laptop edition RTX 2060 ,who can help me?

xingshuohan commented 3 years ago

check you nvcc path in Makefile firstly.

yunxiaozimeng commented 3 years ago

check you nvcc path in Makefile firstly. I solve the problem , thank you very much! ^_^