fundamentalvision / Deformable-DETR

Deformable DETR: Deformable Transformers for End-to-End Object Detection.
Apache License 2.0
3.15k stars 513 forks source link

About CUDA version #143

Open aptx4869ldz opened 2 years ago

aptx4869ldz commented 2 years ago

I tried to use module 'mutiscaledeformableattention' with CUDA version 11.3, and it reported an error: 'ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory'. When I tried to copy this file from other places and paste it to /usr/lib, it turned out to be 'Bus error(core dumped)'. How should I use this module with CUDA version 11.3? Is it possible?

zyl-hub commented 2 years ago

我这边出现了使用cuda10.1但是报错是libcudart.so.11.0 :cannot open shared object file: No such file or directory'. 的情况,可以请问下你怎么设置的环境变量吗