针对你遇到的问题 "dcn_v2.py", ctx.deformable_groups, runtimeerror: not compiled with gpu support,以下是一些可能的解决步骤和分析: 确认错误信息的完整性和准确性: 错误信息表明 dcn_v2.py 文件中的某个操作(可能是与 ctx.deformable_groups 相关的变形卷积操作)在运行时因为未编译 GPU 支持而失败。
@wenjiey2@SharifElfouly Hi, I have fixed it. The situation for me is that I was using a virtual env and try to run it in the computing node by submitting a task to the server. But I install the env when using nodes without GPU and get this error. Therefore, I solved it by inst...
The original build script is using CUDAExtension from torch, which will use the latest GPU arch available. In some systems, the active Cuda version does not support the latest arch. For example, I used an A100 smx4 (latest arch is sm_80) with Cuda 10.2 (support only sm_75 and older ...
然后进入目录文件执行 python setup.py build_ext install 报错6:urllib.error.HTTPError: HTTP Error 404: Not Found 5.png 报错7:RuntimeError: Not compiled with GPU support (dcn_v2_forward at E:\code\07_FairMOT-master\DCNv2\src\dcn_v2.h:35) (no backtrace available) 6.png 解决方案:重新从...
Double check all your versions, if you used the above pip install to get the pytorch binary compiled with cuda 11 it will not be compatible with your install version of cuda 10.2 Your cuda version, cuda toolkit binary and pytorch (what cuda/cudnn it was compiled with) all have to agree...