The following error message happens on my cuda 10.1 machine.
File "/home/shuchen/miniconda3/envs/cl/lib/python3.9/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/shuchen/miniconda3/envs/cl/lib/python3.9/site-packages/torch/nn/modules/container.py", line 117, in forward
input = module(input)
File "/home/shuchen/miniconda3/envs/cl/lib/python3.9/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/shuchen/data/github/prj-uma-keypoint/DCNv2_latest/dcn_v2.py", line 182, in forward
return dcn_v2_conv(
File "/home/shuchen/data/github/prj-uma-keypoint/DCNv2_latest/dcn_v2.py", line 25, in forward
output = _backend.dcn_v2_forward(
RuntimeError: Not compiled with GPU support
Hi,
The following error message happens on my cuda 10.1 machine.