fanq15 / FewX

FewX is an open-source toolbox on top of Detectron2 for data-limited instance-level recognition tasks.
https://github.com/fanq15/FewX
MIT License
346 stars 48 forks source link

RuntimeErroe #64

Open liararar opened 3 years ago

liararar commented 3 years ago

The computing power of the graphics card is 8.6.However, such problems still arise:”runtimeerror: CUDA error: no kernel image is available for execution on the device“ cuda:10.2 pytorch:1.9.1

pranay-ar commented 3 years ago

The author suggests to use PyTorch 1.7 with CUDA 10.1. Could you try again with the suggested versions of the dependencies and see if the error pops up again?